*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
#bsWXBox {
    box-sizing: content-box
}
ul {
    list-style: none
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}
html {
    font-size: 100px
}
body {
    font-family: "microsoft yahei", arial;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%;
    background: #fff
}
a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}
a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}
img {
    border: 0;
    max-width: 100%
}
table {
    border-collapse: collapse;
    width: 100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}
input, textarea {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0
}
input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance: none
}
input, select, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0
}
::-webkit-input-placeholder {
    color: #666
}
:-moz-placeholder {
    color: #666;
    opacity: 1
}
::-moz-placeholder {
    color: #666;
    opacity: 1
}
:-ms-input-placeholder {
    color: #666
}
.fl {
    float: left
}
.fr {
    float: right
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}
.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}
.pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}
.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 1440px;
}
@media (max-width: 1440px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px;
        padding-left: 40px;
        width: 100%
    }
}
@media (max-width: 767px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%
    }
}
#container {
    overflow: hidden;
}
@keyframes to100vh {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}
@keyframes to100vh1 {
    0% {
        width: 0
    }
    50% {
        width: 50%
    }
    100% {
        width: 100%
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.header {
    z-index: 5;
    height: 120px;
    position: absolute;
    width: 100%;
    transition: .5s
}
.header .container {
    width: 100%
}
.header .logo {
    padding: 43px 0 0 164px;
    overflow: hidden;
    float: left
}
.header .logo a {
    display: block;
    position: relative
}
.header .logo a:after {
    width: 405px;
    height: 60px;
    display: block;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    background: url("../image/logo1.png") no-repeat center center
}
.header .lan {
    background: #1a1b1d;
    transform: skewX(-30deg);
    float: right;
    height: 72px;
    line-height: 72px;
    width: 168px;
    padding-left: 20px;
    margin-right: -21px
}
.header .lan h3 {
    transform: skewX(30deg);
    color: #fff;
    text-transform: uppercase;
    font-family: arial
}
.header .lan h3 a {
    color: #fff
}
.header .header-right {
    float: right;
    padding-top: 24px
}
.header .header-right .header-search {
    float: right
}
.header .header-right .header-search .pull-right {
    height: 72px;
    background: #285bab;
    width: 187px;
    background: url("../image/search-bg.png") no-repeat center right
}
.header .header-right .header-search .pull-right a {
    display: block;
    height: 72px;
    line-height: 72px;
    width: 176px;
    color: #232323;
    transition: .5s;
    margin-left: 11px;
    background: url(../image/search.png) no-repeat center center
}
.header .header-right .header-search .pull-right a:hover {
    background-size: 15px
}
.header .header-right .search {
    z-index: 9
}
.header .header-right .search .btn-search-max {
    z-index: 2;
    position: relative
}
.header .header-right .search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.header .header-right .search .search-main {
    top: 120px;
    right: 50%;
    z-index: 9;
    width: 1000px;
    margin-right: -500px;
    display: none;
    padding: 0 30px 0 20px;
    position: absolute
}
.header .header-right .search-container {
    padding-left: 0;
    overflow: hidden;
    margin: 130px auto;
    position: relative;
    border-bottom: 1px solid #fff
}
.header .header-right .search-container .form-control {
    text-align: left;
    width: 100%;
    font-size: 16px;
    float: left;
    color: #fff;
    border: 0;
    vertical-align: top;
    padding: 10px 20px 10px 20px;
    -webkit-appearance: none;
    background: 0
}
.header .header-right .search-container .form-control::-webkit-input-placeholder {
    color: #fff
}
.header .header-right .search-container .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1
}
.header .header-right .search-container .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}
.header .header-right .search-container .form-control:-ms-input-placeholder {
    color: #fff
}
.header .header-right .search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 100px;
    height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    background: url(../image/search.png) no-repeat center center;
    font-size: 16px;
    font-family: arial;
    position: absolute
}
.header .header-right #search-closed {
    right: 0;
    top: 5px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}
.header .header-right .nav {
    float: right;
    margin-right: 91px
}
.header .header-right .nav ul li {
    font-size: 17px;
    cursor: pointer;
    float: left;
    text-transform: capitalize;
    margin-left: 16px
}
.header .header-right .nav ul li a {
    display: block;
    transition: all .16s;
    line-height: 72px;
    color: #fff;
    margin: 0 11px;
    position: relative
}
.header .header-right .nav ul li:hover {
    height: 116px
}
.header .header-right .nav ul li:hover a {
    font-weight: bold
}
.header .header-right .nav ul li:hover .subnav {
    display: block
}
.header .header-right .nav ul li:hover .subnav:after {
    width: 100%
}
.header .header-right .nav ul li:hover .subnav .info {
    left: 0
}
.header .header-right .nav ul li .subnav {
    top: 120px;
    z-index: 999;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    display: none;
    position: absolute;
    left: 0
}
.header .header-right .nav ul li .subnav:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    content: " ";
    transition: .2s;
    animation: to100vh1 .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both .2s
}
.header .header-right .nav ul li .subnav .info {
    position: relative;
    z-index: 3;
    overflow: hidden;
    width: 0;
    background: rgba(255, 255, 255, 0.92);
    padding-bottom: 52px;
    animation: to100vh 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both .3s
}
.header .header-right .nav ul li .subnav .container {
    width: 1440px
}
.header .header-right .nav ul li .subnav .left {
    float: left;
    width: 460px;
    margin-top: 135px;
    position: relative;
    padding-left: 38px;
    animation: fadeIn .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both .8s
}
.header .header-right .nav ul li .subnav .left:before {
    width: 2px;
    height: 31px;
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #285bab
}
.header .header-right .nav ul li .subnav .left h3 {
    color: #353535;
    font-size: 30px;
    margin-bottom: 23px
}
.header .header-right .nav ul li .subnav .left p {
    font-size: 15px;
    color: #7b7e82
}
.header .header-right .nav ul li .subnav ul {
    float: left;
    font-size: 0;
    margin-left: 186px;
    margin-top: 35px;
    width: 253px;
    animation: fadeIn .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1s
}
.header .header-right .nav ul li .subnav ul li {
    float: none;
    margin: 0;
    font-size: 15px
}
.header .header-right .nav ul li .subnav ul li h3 {
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 4px
}
.header .header-right .nav ul li .subnav ul li a {
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #7c7f83;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 15px;
    display: block;
    vertical-align: middle;
    background: url("../image/more2.png") no-repeat 240px center
}
.header .header-right .nav ul li .subnav ul li:hover {
    height: auto
}
.header .header-right .nav ul li .subnav ul li:hover a {
    text-decoration: underline;
    padding-left: 8px
}
.header .header-right .nav ul li .subnav ul li:hover a .pic img {
    transform: scale(1.05)
}
.header .header-right .nav ul li .subnav .pic {
    width: 378px;
    height: 234px;
    float: right;
    margin-top: 67px;
    animation: fadeIn .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.2s
}
.header .header-right .nav ul .active a {
    font-weight: bold
}
.header:hover {
    background: #fff
}
.header:hover .header-right .nav ul li a {
    color: #333
}
.header:hover .logo a img {
    opacity: 0
}
.header:hover .logo a:after {
    opacity: 1
}
.header1 {
    height: 105px
}
.header1 .logo {
    padding-top: 24px
}
.header1 .header-right {
    padding-top: 16px
}
.header1 .header-right .nav ul li .subnav {
    top: 104px
}
.header2 {
    background: #fff;
    border-bottom: 1px solid #ebebeb
}
.header2 .header-right .nav ul li a {
    color: #333
}
.header2 .logo a img {
    opacity: 0
}
.header2 .logo a:after {
    opacity: 1
}
.background {
    background: #fff
}
.background .header-right .nav ul li a {
    color: #333
}
.background .logo a img {
    opacity: 0
}
.background .logo a:after {
    opacity: 1
}
.transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: url(../image/bg2.png) repeat;
    background: rgba(0, 0, 0, 0.7);
    display: none
}
.transparent1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 47;
    width: 100%;
    height: 100%;
    background: url(../image/bg2.png) repeat;
    background: rgba(0, 0, 0, 0.7);
    display: none
}
.phone-nav {
    position: fixed;
    right: 10px;
    top: 0;
    line-height: 60px;
    display: none;
    color: #666;
    z-index: 50;
}
.phone-nav img {
    height: 22px;
    margin-top: 19px;
    display: block
}
#mmenu {
    z-index: 99;
    text-transform: capitalize
}
#mmenu li:last-child {
    border-bottom: 1px solid #f1f1f1
}
#mmenu .lan {
    margin: 20px
}
#mmenu .lan a {
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    width: 36px;
    height: 19px;
    line-height: 19px;
    display: block;
    float: left;
    text-align: center;
    border-radius: 20px
}
#mmenu .lan a:hover {
    background: #20409a;
    color: #fff
}
#mmenu .search {
    position: relative;
    border: 1px solid #ddd;
    margin: 10px 10px 10px 20px;
    background: #fff
}
#mmenu .search #btn1 {
    border: 0;
    font-size: 12px;
    color: #666;
    width: 23px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    background: url(../image/searchh.png) no-repeat center center;
    background-size: 13px;
    outline: 0;
    position: absolute;
    top: 0;
    right: 5px
}
#mmenu .search #text1 {
    text-align: left;
    width: 100%;
    font-size: 14px;
    height: 35px;
    padding-right: 30px;
    padding-left: 6px;
    color: #666;
    line-height: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
    -webkit-appearance: none;
    transition: .5s;
    border: 0;
    background: 0
}
#mmenu .search #text1::-webkit-input-placeholder {
    color: #666
}
#mmenu .search #text1:-moz-placeholder {
    color: #666;
    opacity: 1
}
#mmenu .search #text1::-moz-placeholder {
    color: #666;
    opacity: 1
}
#mmenu .search #text1:-ms-input-placeholder {
    color: #666
}
.i-ban {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    height: 920px
}
.i-ban ul, .i-ban li {
    width: 100%;
    height: 100%
}
.i-ban li {
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}
.i-ban li a {
    display: block;
    width: 100%;
    height: 100%
}
.i-ban li a .home-pic {
    display: block
}
.i-ban li .link {
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all .3s ease 0s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 80px
}
.i-ban li .link i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/ico_16.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0
}
.i-ban li .link:hover {
    border: 1px solid white
}
.i-ban li.active .link {
    -webkit-animation: 1.7s myfirst alternate;
    animation: 1.7s myfirst alternate;
    position: relative
}
.i-ban li.active .banner-info .pic1 {
    top: 0;
    opacity: 1
}
.i-ban li.active .banner-info .pic2 {
    -webkit-animation: 1.5s myfirst alternate;
    animation: 1.5s myfirst alternate;
    position: relative
}
.i-ban li.active .banner-info .pic3 {
    bottom: 152px;
    opacity: .7
}
.i-ban li.active .banner-info1 .pic1 {
    top: 0;
    opacity: 1
}
.i-ban li.active .banner-info1 .pic2 {
    top: 0;
    opacity: 1
}
.i-ban li.active .banner-info1 .pic3 {
    top: 0;
    opacity: 1
}
.i-ban li.active .link i {
    animation: downico 1.5s ease-out infinite
}
.i-ban .btns {
    position: absolute;
    bottom: 38%;
    right: 13%;
    z-index: 10
}
.i-ban .btns span {
    display: inline-block;
    width: 260px;
    height: 3px;
    position: relative;
    cursor: pointer
}
.i-ban .btns span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #878685;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.i-ban .btns span i {
    display: block;
    height: 100%;
    position: absolute;
    width: 0;
    z-index: 2;
    background-color: #285bab
}
.i-ban .btns1 {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 0 auto
}
.i-ban .btns1 span {
    display: inline-block;
    width: 40px;
    height: 5px;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
    float: none
}
.i-ban .btns1 span:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.i-ban .btns1 span i {
    display: block;
    height: 100%;
    position: absolute;
    width: 0;
    z-index: 2;
    background-color: #f8bd01
}
@keyframes downico {
    0% {
        top: 0;
        opacity: 1
    }
    35% {
        top: 50%;
        opacity: 0
    }
    65% {
        top: -50%;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}
.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 240px;
    display: none;
}
.home-banner .home-banner-slick-phone {
    position: relative;
    z-index: 6;
    overflow: hidden
}
.home-banner .home-banner-slick-phone .slick-slide {
    position: relative;
    z-index: 5
}
.home-banner .home-banner-slick-phone .slick-slide img {
    display: block
}
.home-banner .home-banner-slick-phone .slick-dots {
    z-index: 100;
    bottom: 10px;
    line-height: 0
}
.home-banner .home-banner-slick-phone .slick-dots li {
    margin: 0 3px;
    padding: 0;
    width: 6px;
    height: 6px
}
.home-banner .home-banner-slick-phone .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #fff;
    display: block;
    padding: 0;
    border-radius: 10px
}
.home-banner .home-banner-slick-phone .slick-dots li button:before {
    content: ""
}
.home-banner .home-banner-slick-phone .slick-dots .slick-active {
    width: 26px
}
.home-banner .home-banner-slick-phone .slick-dots .slick-active button {
    width: 26px;
    background: #285bab
}
.home-banner .home-banner-slick-phone .slick-dots .slick-active button:before {
    color: transparent
}
.banner-info {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 19.8%
}
.banner-info .container {
    position: relative;
    height: 100%
}
.banner-info .pic1 {
    font-size: 52px;
    color: #fff;
    line-height: 64px;
    position: relative;
    top: 100px;
    transition: 2s;
    opacity: 0
}
.banner-info .pic1 span {
    color: #285bab
}
.banner-info .pic1 .bt {
    font-size: 58px;
    line-height: 70px
}
.banner-info .pic3 {
    text-align: left;
    position: absolute;
    bottom: 200px;
    right: 0;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: 2s
}
.banner-info1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 18.5%;
    text-align: center
}
.banner-info1 .container {
    position: relative;
    height: 100%
}
.banner-info1 .pic1 {
    font-size: 52px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 10px;
    top: -100px;
    transition: 2s;
    opacity: 0;
    position: relative
}
.banner-info1 .pic1 span {
    color: #285bab
}
.banner-info1 .pic1 .bt {
    font-size: 58px
}
.banner-info1 .pic2 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    top: -100px;
    transition: 2s;
    opacity: 0;
    position: relative
}
.banner-info1 .pic3 {
    position: relative;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    top: -100px;
    transition: 2s;
    opacity: 0
}
.banner-info1 .link {
    margin: 80px auto 0 auto
}
.banner-info2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 19.8%
}
.banner-info2 .container {
    position: relative;
    height: 100%
}
.banner-info2 .pic1 {
    font-size: .3rem;
    color: #fff
}
.banner-info2 .pic1 span {
    color: #285bab
}
.banner-info2 .pic3 {
    text-align: left;
    position: absolute;
    bottom: .8rem;
    right: 10px;
    font-size: .1rem;
    color: #fff;
    opacity: .7
}
.banner-info2 .link {
    display: block;
    width: .42rem;
    height: .42rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all .3s ease 0s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 20px
}
.banner-info2 .link i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/ico_16.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    background-size: .08rem !important
}
.banner-info3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 18.5%;
    text-align: center
}
.banner-info3 .container {
    position: relative;
    height: 100%
}
.banner-info3 .pic1 {
    font-size: .3rem;
    color: #fff;
    margin-bottom: 10px
}
.banner-info3 .pic1 span {
    color: #285bab
}
.banner-info3 .pic2 {
    font-size: .13rem;
    color: #fff
}
.banner-info3 .pic3 {
    position: relative;
    font-size: .11rem;
    color: #fff
}
.banner-info3 .link {
    display: block;
    width: .42rem;
    height: .42rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all .3s ease 0s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto
}
.banner-info3 .link i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/ico_16.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    background-size: .08rem !important
}
@media (max-height: 886px) {
    .banner-info1 {
        padding-top: 19.5%
    }
}
@media (max-height: 880px) {
    .banner-info1 {
        padding-top: 18.5%
    }
}
@media (max-height: 830px) {
    .banner-info1 {
        padding-top: 18.5%
    }
}
@media (max-height: 816px) {
    .banner-info1 {
        padding-top: 19.5%
    }
}
@media (max-height: 762px) {
    .banner-info1 {
        padding-top: 17.5%
    }
}
@media (max-height: 732px) {
    .banner-info1 {
        padding-top: 16.5%
    }
}
@media (max-height: 706px) {
    .banner-info1 {
        padding-top: 15.5%
    }
}
@media (max-height: 662px) {
    .banner-info1 {
        padding-top: 13.5%
    }
}
@media (max-height: 632px) {
    .banner-info1 {
        padding-top: 12.5%
    }
}
@media (max-height: 624px) {
    .banner-info1 {
        padding-top: 12.5%
    }
}
@media (max-height: 606px) {
    .banner-info1 {
        padding-top: 11.5%
    }
    .i-ban li.active .banner-info .pic3 {
        bottom: 130px
    }
}
@media (max-height: 574px) {
    .banner-info1 {
        padding-top: 9.5%
    }
    .i-ban li.active .banner-info .pic3 {
        bottom: 120px
    }
}
@media (max-width: 1700px) {
    .i-ban .btns {
        right: 10%
    }
    .header .header-right .nav {
        margin-right: 40px
    }
    .header .logo {
        padding-left: 15px
    }
}
@media (max-width: 1600px) {
    .i-ban .btns span {
        width: 220px
    }
    .header .logo {
        padding-left: 15px
    }
}
@media (max-width: 1440px) {
    .header .logo {
        padding-left: 0
    }
    .i-ban li .banner-info .pic3 {
        bottom: 100px
    }
    .i-ban li.active .banner-info .pic3 {
        -webkit-animation: 1.5s myfirst2 alternate;
        animation: 1.5s myfirst2 alternate
    }
    .header .header-right .nav ul li .subnav .container {
        width: 1200px
    }
    .header .header-right .nav ul li .subnav ul {
        margin-left: 100px
    }
    .header .header-right .nav ul li .subnav .left {
        width: 400px
    }
    .header .header-right .nav ul li .subnav .left h3 {
        font-size: 25px
    }
    .banner-info {
        padding-top: 16%
    }
}
@media (max-width: 1400px) {
    .header .header-right .nav ul li a {
        margin: 0 6px
    }
}
@media (max-width: 1366px) {
    .i-ban .btns span {
        width: 180px
    }
    .header .header-right .nav ul li {
        font-size: 15px;
        margin-left: 5px
    }
    .banner-info1 .pic2 {
        font-size: 13px
    }
}
@media (max-width: 1280px) {
    .i-ban .btns span {
        width: 140px
    }
}
@media (max-width: 1200px) {
    .header {
        height: 60px;
        position: relative
    }
    .header .logo a img {
        opacity: 0
    }
    .header .logo a:after {
        opacity: 1;
        background-size: 270px 40px;
        background-position: center left
    }
    .header .logo {
        padding-top: 10px
    }
}
@media (max-width: 1024px) {
    .i-ban .btns span {
        width: 140px
    }
    .i-ban .btns {
        bottom: 42%
    }
    .banner-info {
        padding-top: 10%
    }
}
@media (max-width: 768px) {
    .i-ban {
        display: none
    }
    .home-banner{
        display: block
    }
    .footer{display: block;}
}
.home-about {
    padding: 87px 0 40px 0;
    overflow: hidden
}
.home-about .home-title {
    text-align: center;
    font-size: 48px;
    color: #333;
    margin-bottom: 15px
}
.home-about .jsh {
    text-align: center;
    font-size: 14px;
    color: #636363;
    line-height: 30px
}
.home-about .jsh1 {
    display: none
}
.home-about .youshi {
    overflow: hidden;
    font-size: 15px;
    color: #6c6c6c;
    margin: 52px auto 0 auto;
    position: relative
}
.home-about .youshi .list {
    overflow: hidden;
    font-size: 0;
    text-align: center
}
.home-about .youshi li {
    display: inline-block;
    text-align: center;
    padding: 0 45px 5px 45px;
    border-right: 1px solid #e5e5e5;
    position: relative;
}
.home-about .youshi li:last-child {
    border: 0
}
.home-about .youshi .num {
    line-height: 1;
    position: relative;
    display: block;
    color: #363636
}
.home-about .youshi .num .counter {
    font-size: 60px;
    display: inline-block;
    vertical-align: top
}
.home-about .youshi .num .sub {
    font-size: 60px;
    color: #363636;
    position: relative;
    display: inline-block;
    vertical-align: top
}
.home-about .youshi p {
    font-size: 14px;
    color: #636363
}
.home-product {
    padding-bottom: 124px;
    overflow: hidden;
    position: relative
}
.home-product .item {
    padding: 0 10px;
    position: relative;
    float: left;
}
.home-product .item a{
    display: block;
    position: relative;
    width:100%;
    height:100%
}
.home-product .item .pic {
    z-index: 1;
    background:#fff;
    border: solid 1px #eee;
}
.home-product .item .pic img {
    transition: .5s
}
.home-product .item .pic:after {
    padding-bottom: 70%
}
.home-product .item .hover {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top:-100%;
    left:0;
    height:100%;
    z-index: 2;
    transition: 0.5s;
    background: rgba(40,91,171,0.7);
}
.home-product .item:hover .hover{
    top:0;
}
.home-product .item .hover .info {
    padding:0 46px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -83px;
}
.home-product .item .hover .bt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.home-product .item .hover .jsh {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 18px;
    height: 120px;
    overflow: hidden
}
.home-product .item .hover .more {
    font-size: 15px;
    margin-right: 10px;
    border-bottom: 1px solid #fff;
    line-height: 44px;
    transition: .5s;
    position: relative
}
.home-product .item .hover .more p {
    position: relative;
    z-index: 2;
    transition: .5s;
    color: #fff;
    background: url("../image/more.png") no-repeat center right
}
.home-product .item .hover .more:after {
    width: 0;
    transition: .3s;
    height: 44px;
    background: #fff;
    overflow: hidden;
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}
.home-product .item .hover .more:hover p {
    padding-left: 10px;
    color: #285bab;
    background: url("../image/moreh.png") no-repeat center right
}
.home-product .item .hover .more:hover:after {
    width: 100%
}
.home-product .item:hover .pic img {
    transform: scale(1.05)
}
.home-product .slick-prev, .home-product .slick-next {
    width: 60px;
    height: 60px;
    z-index: 4;
    top:auto;
    bottom:30px;
}
.home-product .slick-prev {
    left:50%;
    background: #285bab url("../image/left.png") no-repeat center center !important;
    margin-left:-65px;
}
.home-product .slick-prev:hover {
    background: #285bab url("../image/left.png") no-repeat center center !important
}
.home-product .slick-prev:before, .home-product .slick-next:before {
    content: ''
}
.home-product .slick-next {
    right:50%;
    background: #285bab url("../image/right.png") no-repeat center center !important;
    margin-right:-65px;
}
.home-product .slick-next:hover {
    background: #285bab url("../image/right.png") no-repeat center center !important
}
.home-partner {
    padding-top: 89px;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
/*    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);*/
    background-image: url(../image/xk.jpg);
}
.home-partner:after {
    content: '';
    display: block;
    position: absolute;
    right: -303px;
    top: 89px;
    background: #285bab;
    transform: skewX(-37deg);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.home-partner .container {
    position: relative;
    z-index: 2
}
.home-partner .case-header {
    position: relative;
    margin-bottom: 60px;
    z-index: 2
}
.home-partner .case-header:before {
    position: absolute;
    left: 0;
    width: 39px;
    height: 4px;
    background: #2f2f2f;
    content: '';
    display: block;
    top: -89px;
    display: none;
}
.home-partner .case-header h3 {
    color: #fff;
    font-size: 40px
}
.home-partner .case-body {
    overflow: hidden
}
.home-partner .case-body ul {
    margin: 0 -13px
}
.home-partner .case-body ul li {
    width: 20%;
    padding: 0 13px;
    float: left;
    margin-bottom: 21px
}
.home-partner .case-body ul li .pic {
    background-color: #fff;
}
.home-partner .case-body ul li .pic img {
    transition: .5s
}
.home-partner .case-body ul li .pic:after {
    padding-bottom: 45.4%
}
.home-partner .more {
    position: relative;
    z-index: 1;
    margin-top: 25px
}
.home-partner .more a {
    width: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    float: right;
    background: url(../image/more.png) no-repeat center right
}
.home-partner .more a:after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../image/moreh.png) no-repeat center right #fff;
    content: " ";
    transition: left 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1
}
.home-partner .more a span {
    border-bottom: 1px solid #fff;
    color: #fff;
    transition: .5s;
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 52px;
    z-index: 2
}
.home-partner .more a:hover:after {
    left: 0
}
.home-partner .more a:hover span {
    color: #111;
    padding: 0 24px;
    background: 0
}
.home-news {
    padding-top: 66px;
    padding-bottom: 109px;
    overflow: hidden;
    position: relative
}
.home-news:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 87.8%;
    height: 100%;
    background: #eaeaea;
    z-index: 1;
    display: block;
    content: ''
}
.home-news .container {
    position: relative;
    z-index: 2
}
.home-news .case-header {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 93px;
    width: 191px;
    z-index: 2
}
.home-news .case-header:before {
    position: absolute;
    left: 0;
    width: 39px;
    height: 4px;
    background: #2f2f2f;
    content: '';
    display: block;
    top: -66px
}
.home-news .case-header h3 {
    color: #2f2f2f;
    font-size: 40px
}
.home-news .news-body {
    padding: 4px 171px 0 345px;
    overflow: hidden
}
.home-news .news-body ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 60px
}
.home-news .news-body ul li a {
    display: block;
    font-size: 15px;
    color: #515151;
    padding-left: 155px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.home-news .news-body ul li a:hover {
    color: #285bab
}
.home-news .news-body ul li span {
    font-family: arial;
    font-size: 14px;
    color: #706f6f;
    position: absolute;
    left: 0
}
.home-news .more {
    position: absolute;
    z-index: 1;
    margin-top: 51px;
    width: 191px;
    top: 60px;
    left: 0
}
.home-news .more a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../image/moreh.png) no-repeat center right
}
.home-news .more a:after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../image/more.png) no-repeat center right #111;
    content: " ";
    transition: left 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1
}
.home-news .more a span {
    border-bottom: 1px solid #2f2f2f;
    color: #2f2f2f;
    transition: .5s;
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 52px;
    z-index: 2
}
.home-news .more a:hover:after {
    left: 0
}
.home-news .more a:hover span {
    color: #fff;
    padding: 0 15px;
    background: 0
}
.home-news1 {
    padding: 80px 0 144px 0;
    overflow: hidden
}
.home-news1 .home-title {
    text-align: center;
    font-size: 40px;
    color: #2f2f2f
}
.home-news1 .home-title:after {
    margin: 12px auto;
    display: block;
    content: '';
    width: 33px;
    height: 4px;
    background: #2f2f2f
}
.home-news1 .new1-bottom {
    margin-top: 72px;
    overflow: hidden
}
.home-news1 .new1-bottom ul {
    padding: 0 1%
}
.home-news1 .new1-bottom ul li {
    width: 25%;
    float: left;
    padding: 0 11px
}
.home-news1 .new1-bottom ul li .pic {
    z-index: 1
}
.home-news1 .new1-bottom ul li .pic img {
    transition: .5s
}
.home-news1 .new1-bottom ul li .pic:after {
    padding-bottom: 60%
}
.home-news1 .new1-bottom ul li .text {
    padding: 0 7px 23px 7px;
    margin-top: -35px;
    position: relative;
    z-index: 2
}
.home-news1 .new1-bottom ul li .text .info {
    padding: 21px 31px 34px 31px;
    transition: .5s;
    background: #fff;
}
.home-news1 .new1-bottom ul li .text .date {
    font-size: 15px;
    color: #1c1c1c;
    font-family: arial;
    margin-bottom: 14px
}
.home-news1 .new1-bottom ul li .text .bt {
    font-size: 17px;
    color: #252525;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 11px
}
.home-news1 .new1-bottom ul li .text .jsh {
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}
.home-news1 .new1-bottom ul li .text .more {
    background: url("../image/more1.png") no-repeat center center;
    border: 1px solid #e0e0e0;
    width: 48px;
    height: 48px;
    margin-top: 5px;
    float: right;
    transition: .5s
}
.home-news1 .new1-bottom ul li:hover .pic img {
    transform: scale(1.05)
}
.home-news1 .new1-bottom ul li:hover .text .info {
    box-shadow: 0 10px 10px 0 rgba(4, 0, 0, 0.1)
}
.home-news1 .new1-bottom ul li:hover .text .more {
    background: #285bab url("../image/more1h.png") no-repeat center center;
    border: 1px solid #285bab
}
.home-news1 .bottom .more {
    position: relative;
    z-index: 1
}
.home-news1 .bottom .more a {
    width: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    float: right;
    background: url(../image/moreh.png) no-repeat center right
}
.home-news1 .bottom .more a:after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../image/more.png) no-repeat center right #111;
    content: " ";
    transition: left 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1
}
.home-news1 .bottom .more a span {
    border-bottom: 1px solid #7e7e7e;
    color: #7e7e7e;
    transition: .5s;
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 52px;
    z-index: 2
}
.home-news1 .bottom .more a:hover:after {
    left: 0
}
.home-news1 .bottom .more a:hover span {
    color: #fff;
    padding: 0 15px;
    background: 0
}
.float {
    position: fixed;
    right: 0;
    bottom: 270px;
    z-index: 10
}
.float ul li {
    margin-bottom: 1px;
    width: 78px;
    height: 57px;
    padding-top: 8px;
    text-align: center;
    background: #285bab;
    transition: .5s;
    cursor: pointer;
    position: relative
}
.float ul li h3 {
    color: #fff;
    padding-top: 25px;
    font-size: 12px;
    transition: .5s
}
.float ul li:hover {
    background: #285bab
}
.float ul li:hover h3 {
    background-position: center center;
    color: transparent
}
.float ul li:hover .hover {
    display: block
}
.float ul li .hover {
    width: 187px;
    position: absolute;
    top: 0;
    right: 78px;
    display: none
}
.float ul li .hover i {
    display: block;
    float: right;
    width: 6px;
    height: 10px;
    background: url("../image/arrow.png") no-repeat center center;
    margin-top: 35px
}
.float ul li .hover .info1 {
    color: #fff;
    text-align: center;
    padding-top: 15px;
    float: right;
    width: 181px;
    padding-bottom: 15px;
    background: #285bab
}
.float ul li .hover .info1 .bt {
    font-size: 16px;
    margin-bottom: 5px
}
.float ul li .hover .info1 p {
    font-family: "DIN-Light";
    font-size: 20px
}
.float ul .zixun h3 {
    background: url("../image/fl11.png") no-repeat top center
}
.float ul .ali h3 {
    background: url("../image/1688.png") no-repeat top center
}
.float ul .dianhua h3 {
    background: url("../image/fl2.png") no-repeat top center
}
.float ul .top a {
    background: url("../image/fl3.png") no-repeat top center;
    display: block;
    color: #fff;
    padding-top: 25px;
    font-size: 12px;
    transition: .5s
}
.float ul .top a:hover {
    background-position: center center;
    color: transparent
}
.footer {

    overflow: hidden
}
.footer .footer-top {
    padding: 68px 0 79px 0;
    overflow: hidden;
    background: #333333;
}
.footer .footer-top .menu {
    overflow: hidden;
    width:56%;
    float: left;
    color: #fff;
    line-height: 2;
}
.footer .footer-top .menu li {
    float: left;
    padding-right: 6%;
    padding-left: 6%;
    border-right: 1px solid #555;
}
.footer .footer-top .menu li:last-child{border-right: 0;}

.footer ol{
    max-width: 12%;
    float: left;
}
.footer figure {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
    float: left;
}
.footer figure img {
    display: block;
    width: 120px;
    border: 4px solid #fff;
}
.footer figcaption {
    color: #ddd;
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.footer .footer-top .menu{margin-left:2%}
.footer .footer-top .menu a {
    color: #a5a5a5;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.footer .footer-top .menu a:hover {
    color: #fff;
    text-decoration: underline;
    padding-left: 5px
}
.footer .footer-top .menu a.bt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px
}
.footer .footer-top .footer-contact {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: url(../image/service.png) no-repeat left top;
    padding-left: 64px;
    text-align: right;
}
.footer .footer-top .footer-contact .p-01 {
    font-size: 16px;
    text-align: left
}
.footer .footer-top .footer-contact .tel {
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 2;
}
.footer .footer-top .footer-contact .tel a {
    color: #fff;
    font-size: 24px;
}
.footer .footer-top .footer-contact .p-02 {
    margin-bottom: 5px;
    text-align: left
}
.footer .footer-top .footer-contact .span-01 {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    background: #282828;
}
.footer .footer-top .footer-contact .span-01 a {
    color: #fff
}
.footer .link {
    color: #bababa;
    overflow: hidden;
    line-height: 30px
}
.footer .link .container {
    position: relative
}
.footer .link p {
    padding-left: 74px;
    float: left
}
.footer .link span {
    position: absolute;
    left: 0
}
.footer .link a {
    color: #bababa;
    display: block;
    float: left;
    margin-right: 25px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.footer .link a:hover {
    text-decoration: underline;
    color: #fff
}
.footer .copyright {
    color: #ddd;
    background: #333;
}
.footer .copyright .container {
    padding: 15px 0;
    overflow: hidden;
    font-size: 14px;
    border-top: 1px solid #3d3d3d;
    text-align: center
}
.footer .copyright .container p{display: inline-block;padding-left: 10px;}
.footer .copyright .container p a{color: #ddd}
.share {
    height: 30px;
    float: right;
    margin-left: 8px;
    margin-bottom: 22px
}
.share .bdshare-button-style0-16 a {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    float: left;
    margin: 0 0 0 19px;
    padding-left: 0
}
.share .bdshare-button-style0-16 .bds_tsina {
    background: url("../image/fo3.png") no-repeat center center !important
}
.share .bdshare-button-style0-16 .bds_sqq {
    background: url("../image/fo2.png") no-repeat center center !important
}
.share .bdshare-button-style0-16 .bds_weixin {
    background: url("../image/fo1.png") no-repeat center center !important
}
.share .bdshare-button-style0-16 a, .share .bdshare-button-style0-16 .bds_more #bdshare_weixin_qrcode_dialog.bd_weixin_popup {
    height: auto !important
}
.share .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle
}
.share .bdshare-button-style0-16 a, .share .bdshare-button-style0-16 .bds_more {
    padding-right: 0;
    height: 43px !important;
    line-height: 43px;
    margin: 0 8px 0 0 !important;
    padding-left: 0 !important
}
.bd_weixin_popup {
    width: 260px !important;
    height: 310px !important;
    overflow: hidden
}
.inbanner {
    overflow: hidden;
    width: 100%;
    position: relative
}
.inbanner .inbanner-slick {
    overflow: hidden;
    position: relative
}
.inbanner .inbanner-slick img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.inbanner #allmap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.inbanner #allmap .BMap_mask {
    opacity: .6;
    background: #000;
    background: transparent \9
}
.inbanner #allmap img {
    max-width: initial !important;
    max-height: initial !important
}
.inbanner #allmap .anchorBL {
    display: none
}
.inbanner #allmap1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.inbanner #allmap1 .BMap_mask {
    opacity: .6;
    background: #000;
    background: transparent \9
}
.inbanner #allmap1 img {
    max-width: initial;
    max-height: initial
}
.inbanner #allmap1 .anchorBL {
    display: none
}
.inbanner .inbanner-slick-phone {
    display: none
}
.inbanner .inbanner-slick-phone img {
    display: block
}
.inbanner .box {color: #fff;padding-top:200px;}

.inbanner .box p{font-size: 40px;font-weight:bold;display: inline-block;}
.inbanner .box span{font-size: 40px;display: inline-block;}
.inbanner .txt {
    background: url(../image/inner-line.png) no-repeat left center;
    padding-left: 56px;
    margin-top: 20px
}
.inbanner .txt p {
    font-size: 20px;
    color: #3370af;
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(#4e9adf),to(#3370af));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 3px;
}
.inbanner .txt span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #aecceb;
}

.inbanner .tel_swt {
    width: 730px;
    border-top: 1px solid #626566;
    border-bottom: 1px solid #626566;
    padding-left: 40px;
    margin-top:30px;
}
.inbanner .tel_swt p {
    font-size: 18px;
    color: #ffffff;
    float: left;
    padding: 31px 0 31px 90px;
    transition: all linear 0.3s;
    font-weight: normal;
}
.inbanner .tel_swt .telbtn {
    background: url(../image/contact_tb01.png) left center no-repeat;
    margin-right: 56px;
}
.inbanner .tel_swt p span {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
    transition: all linear 0.3s;
}
.inbanner .tel_swt .swtbtn {
    background: url(../image/contact_tb02.png) left center no-repeat;
    cursor: pointer;
}
.inbanner .box .address {
    font-size: 18px;
    color: #ffffff;
    margin-top: 30px;
    font-weight: normal;
}

/*.inbanner .box .show{padding: 18px 40px;
    background: #285bab;
    background: -moz-linear-gradient(left, #285bab 0%, #ec101e 100%);
    background: -webkit-linear-gradient(left, #285bab 0%,#ec101e 100%);
    background: -o-linear-gradient(left, #285bab 0%,#ec101e 100%);
    background: -ms-linear-gradient(left, #285bab 0%,#ec101e 100%);
    background: linear-gradient(to right, #285bab 0%,#ec101e 100%);
    display: inline-block;
    color: #fff;
    line-height: 40px;margin-top: 60px;
    border-radius:40px;
}
 .inbanner .box  .show span{display: inline-block;font-size: 16px;} */  
.page {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
}

.page li{
    clear: both;
    color: #353535;
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    
    font-family: arial;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #dadada;
    margin: 0 2px;

}
.page li a{
    padding: 0 18px;
    height: 100%;
    display: block;
}
.page li.page-num-current,.page li a:hover{
    background: #285bab;
    color: #fff;
    border: 1px solid #285bab;
}
.page li.page-num-current a{
    color: #fff;
}


@media (max-width: 767px) {
    .page a {
        font-size: 12px;
        line-height: 37px;
        height: 37px;
        padding: 0 2px;
    }
    .page a.first, .page a.prev, .page a.next, .page a.last {
        display: inline-block
    }
}
.bd_weixin_popup {
    width: 260px !important;
    height: 310px !important;
    overflow: hidden
}
.sitemap img {
    margin-left: 10px
}
.sitemap dl {
    border: #d6dbe1 solid 1px;
    border-top: #eb2324 solid 2px;
    border-bottom: 0;
    margin: 0 0 20px 0
}
.sitemap dl dt {
    background: #fcfcfc;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 0 0 20px
}
.sitemap dl dt a:hover {
    color: #eb2324
}
.sitemap dl:hover {
    background: #f5f8fa
}
.sitemap dd {
    overflow: hidden;
    padding-top: 10px
}
.sitemap dd .first {
    padding: 10px 0 0 20px;
    clear: both;
    line-height: 30px
}
.sitemap dd .first a {
    color: #b87500;
    font-weight: bold
}
.sitemap dd .first a:hover {
    color: #764b00
}
.sitemap dd div {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 20px 10px 10px
}
.sitemap dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px
}
.sitemap dd div a:hover {
    background: #eb2324;
    color: #fff
}
.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../image/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}
.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}
.prompt span a {
    text-decoration: underline
}
.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../image/closed.png) no-repeat center center;
    cursor: pointer
}
.current {
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb
}
.current ul {
    float: right
}
.current ul li {
    float: left;
    margin-left: 10px;
    padding: 0 14px;
}
.current ul li a {
    font-size: 17px;
    color: #333;
    line-height: 40px;
    display: block;
    padding: 0 0px
}
.current ul li a:hover {
    color: #285bab
}
.current ul .active a {
    color: #285bab;
    border-bottom: 2px solid red;
}
.second-current {
    padding: 9px 0;
    overflow: hidden;
    background: #ebebeb
}
.second-current ul {
    float: right;
    padding-right: 117px;
    display: none
}
.second-current ul li {
    float: left;
    margin-left: 10px
}
.second-current ul li a {
    font-size: 15px;
    color: #555;
    line-height: 40px;
    display: block;
    padding: 0 18px
}
.second-current ul li a:hover {
    color: #285bab
}
.second-current ul .active a {
    color: #285bab
}
.inmain1 {
    margin-top: 105px
}
.content {
    padding-top: 60px;
    min-height: 500px;
    padding-bottom: 80px
}
.second-nav {
    text-align: center
}
.second-nav .bt {
    font-size: 38px;
    color: #333
}
.second-nav .jsh {
    color: #777;
    font-size: 15px
}
.second-nav .jsh span {
    color: #285bab
}
.second-nav .jsh1 {
    color: #777;
    font-size: 15px;
    display: none
}
.job dl {
    margin-top: 38px
}
.job dl dt {
    display: block;
    padding-left: 51px
}
.job dl dt span {
    display: block;
    float: left;
    text-align: left;
    width: 12%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.job dl dt .name {
    width: 14%;
    padding-right: 20px
}
.job dl dt .time {
    width: 5%;
    margin-right: 12%;
    text-align: center
}
.job dl dt .address {
    width: 16%;
    margin-right: 3%;
    text-align: center
}
.job dl dt .bumen {
    width: 8%;
    text-align: center;
    margin-right: 11%
}
.job dl dt .fabu {
    text-align: center;
    width: 14%
}
.job dl dt .more {
    width: 5%
}
.job dl .list0 {
    height: 62px;
    line-height: 62px;
    margin-bottom: 10px;
    background: #ebebeb
}
.job dl .list0 span {
    color: #555;
    font-size: 16px
}
.job dl .list_dt {
    cursor: pointer;
    height: 123px;
    line-height: 102px;
    transition: width 2s;
    font-size: 16px
}
.job dl .list_dt .subnav {
    display: block
}
.job .list_dt {
    color: #575757;
    cursor: pointer;
    position: relative;
    background: url("../image/bg2.png") no-repeat bottom center
}
.job .list_dt:hover {
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear
}
.job .list_dt .more {
    background: url("../image/more3.png") no-repeat center center;
    height: 102px
}
.job #open .more {
    background: url("../image/more3h.png") no-repeat center center
}
.job .list_dd {
    display: none
}
.job .jobsub {
    background: #fafafa;
    border-top: 0;
    line-height: 30px;
    padding: 35px 47px 71px 76px
}
.job .jobsub .bt {
    font-size: 15px;
    text-align: left
}
.news .news-list {
   
    margin-bottom: 0px
}
.news .news-list ul{margin:0 -2%;}
.news .news-list ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px
}
.news .news-list ul li .pic {
    z-index: 1
}
.news .news-list ul li .pic img {
    transition: .5s
}
.news .news-list ul li .pic:after {
    padding-bottom: 60%
}
.news .news-list ul li .text {
    padding: 0 7px 0px 7px;
    position: relative;
    z-index: 2
}
.news .news-list ul li .text .info {
    padding: 21px 31px 21px 31px;
    transition: .5s;
    background: #fff;
    border: 1px solid #e0e0e1;
}
.news .news-list ul li .text .date {
    font-size: 15px;
    color: #1c1c1c;
    font-family: arial;
    margin-bottom: 14px
}
.news .news-list ul li .text .bt {
    font-size: 17px;
    color: #252525;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 11px
}
.news .news-list ul li .text .jsh {
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}
.news .news-list ul li .text .more {
    background: url("../image/more1.png") no-repeat center center;
    border: 1px solid #e0e0e0;
    width: 48px;
    height: 48px;
    margin-top: 20px;
    float: right;
    transition: .5s
}
.news-show {
    padding-top: 103px;
    overflow: hidden
}
.news-show .info {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    font-size: 14px;
    color: #9f9f9f;
    padding: 13px 0 13px 0;
    line-height: 27px;
    text-align: center
}
.news-show .info span {
    display: inline-block;
    vertical-align: top
}
.news-show .info .date, .news-show .info .author, .news-show .info .source {
    margin-right: 35px
}
.news-show .info a {
    display: inline-block;
    float: none !important
}
.news-show .nr {
    padding: 34px 0;
    overflow: hidden;
    font-size: 15px;
    color: #4f4f4f;
    line-height: 26px
}
.news-show .title {
    font-size: 32px;
    color: #222;
    margin-bottom: 28px;
    text-align: center
}
.container-left{width: 72%;float: left;line-height: 2}
.container-right{width: 20%;float: right}
.related-pro, .more-related {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 15px rgb(71 3 3 / 10%);
    -moz-box-shadow: 0px 6px 15px rgba(71,3,3,0.1);
    -ms-box-shadow: 0px 6px 15px rgba(71,3,3,0.1);
    -o-box-shadow: 0px 6px 15px rgba(71,3,3,0.1);
    box-shadow: 0px 6px 15px rgb(71 3 3 / 10%);
    margin-bottom: 48px;
}
.side-tit {
    background: #285bab;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #ffffff;
    display: block;
    font-weight: normal;
}
.related-pro ul {
    padding: 20px 15px 10px;
}
.related-pro li {
    margin-bottom: 10px;
}
.related-pro li a {
    display: block;
}
.related-pro li .img img {
    display: block;
    width: 100%;
    background-color: #eee;
}
.related-pro li .tit {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.responsibility {
    padding-bottom: 0
}
.responsibility .responsibility-list {
    margin-top: 60px;
    padding-top: 84px;
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 88px
}
.responsibility .responsibility-list ul {
    margin: 0 -8px
}
.responsibility .responsibility-list li {
    width: 25%;
    padding: 0 8px 20px 8px;
    float: left
}
.responsibility .responsibility-list li .box .pic:after {
    padding-bottom: 67.3%
}
.responsibility .responsibility-list li .box .pic img {
    transition: .7s
}
.responsibility .responsibility-list li .box .text {
    padding: 23px;
    height: 193px;
    position: relative;
    background: #e3e3e3;
    transition: .5s
}
.responsibility .responsibility-list li .box .text .bt {
    font-size: 24px;
    margin-bottom: 5px;
    color: #414141;
    z-index: 2;
    position: relative
}
.responsibility .responsibility-list li .box .text .jsh {
    font-size: 15px;
    color: #666;
    margin-bottom: 24px;
    height: 44px;
    z-index: 2;
    position: relative
}
.responsibility .responsibility-list li .box .text .line {
    background: #c3c3c3;
    height: 1px;
    width: 100%;
    z-index: 2;
    position: relative
}
.responsibility .responsibility-list li .box .text .span {
    color: #e3e3e3;
    font-size: 122px;
    text-transform: uppercase;
    line-height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    transition: .5s
}
.honor .honor-info {
    margin-top: 50px
}
.video {
    margin-top: 50px
}
.video .nr {
    max-width: 80%;
    margin: auto
}
@media screen and (max-width: 768px) {
    .video {
        margin-top: 30px
    }
    .video .nr {
        max-width: 100%
    }
}
.online .message {
    background: #efefef;
    padding: 20px;
    margin-top: 82px
}
.online .message .list {
    overflow: hidden;
    background: #fff;
    padding: 38px 133px 58px 133px
}
.online .message li {
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 29px
}
.online .message li font {
    position: absolute;
    right: 5px;
    bottom: 12px;
    color: #f00;
    font-size: 12px
}
.online .message .li-02, .online .message .li-03 {
    width: 50%;
    float: left;
    clear: none
}
.online .message .li-02 {
    padding-right: 40px
}
.online .message .li-02 font {
    right: 45px
}
.online .message input, .online .message textarea {
    font-size: 15px;
    width: 100%;
    border: 0;
    border-bottom: 1px #e0e0e0 solid;
    padding: 10px 0;
    color: #626262
}
.online .message input:focus, .online .message textarea:focus {
    border-color: #285bab
}
.online .message input {
    line-height: 35px;
    background: 0
}
.online .message textarea {
    width: 100%;
    height: 81px;
    background: 0
}
.online .message .btn {
    margin-top: 57px;
    text-align: center
}
.online .message .btn a {
    display: block;
    line-height: 47px;
    width: 264px;
    text-align: center;
    background: #285bab;
    border: 2px #285bab solid;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 auto
}
.list-page-news {
    margin-top: 50px;
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}
.list-page-news li {
    width: 50%;
    float: left;
    text-align: right
}
.list-page-news li:first-child p{text-align: left;border-right: 1px solid #ddd;}
.list-page-news li p {
    height: 49px;
    line-height: 49px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 15px;
    color: #aaa
}
.list-page-news li p a {
    color: #3f3f3f
}
.list-page-news li:hover p {
    color: #fff;
    background-color: #285bab
}
.list-page-news li:hover p a {
    color: #fff;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}
.list-page-news .prev {
    border-right: 1px solid #e7e7e7;
    text-align: left
}
.recruitment-list {
    margin-top: 96px
}
.recruitment-list ul {
    margin: 0 -50px 17px -50px
}
.recruitment-list ul li {
    width: 50%;
    float: left;
    padding: 0 50px;
    margin-bottom: 89px
}
.recruitment-list ul li a {
    display: block;
    overflow: hidden;
    position: relative
}
.recruitment-list ul li .box {
    border: 5px solid #9d9d9d;
    position: absolute;
    width: 202px;
    top: 0;
    left: 0
}
.recruitment-list ul li .box .pic {
    width: 192px;
    height: 141px
}
.recruitment-list ul li .box .pic img {
    transition: .5s
}
.recruitment-list ul li .text {
    height: 151px;
    padding-left: 234px;
    padding-top: 11px
}
.recruitment-list ul li .text .bt {
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px
}
.recruitment-list ul li .text .jsh {
    font-size: 15px;
    color: #666;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 30px
}
.recruitment-list ul li .text .more {
    color: #7e7e7e;
    font-size: 14px;
    background: url("../image/more4.png") no-repeat center right;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 9px
}
.contact {
    background: url("../image/contact.png") no-repeat center 205px
}
.contact .contact-info {
    width: 721px;
    margin: 151px auto 146px auto;
    padding: 20px 20px 48px 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25)
}
.contact .contact-info .bt {
    font-size: 30px;
    color: #494949;
    font-weight: bold;
    line-height: 35px;
    position: absolute;
    top: 55px;
    left: 70px
}
.contact .contact-info .jsh {
    padding-left: 200px;
    font-size: 15px;
    color: #333;
    line-height: 36px
}
.contact .contact-info .jsh .span {
    line-height: 77px
}
.contact .contact-info .jsh span {
    color: #285bab;
    font-size: 40px;
    vertical-align: middle;
}
.contact .contact-info .jsh:before {
    content: '';
    display: block;
    height: 169px;
    width: 1px;
    background: #dedede;
    position: absolute;
    top: 57px;
    left: 164px
}
.contact .contact-list {
    padding-bottom: 90px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 90px;
    overflow: hidden
}
.contact .contact-list ul {
    font-size: 0;
    margin: 0 -20px
}
.contact .contact-list ul li {
    padding: 0 20px;
    width: 33.3333333%;
    display: inline-block;
    vertical-align: top
}
.contact .contact-list ul li .box {
    padding: 45px 35px;
    overflow: hidden;
    min-height: 331px;
    background: #ededed
}
.contact .contact-list ul li .bt {
    font-size: 28px;
    color: #333;
    margin-bottom: 21px
}
.contact .contact-list ul li .jsh {
    font-size: 15px;
    color: #333;
    line-height: 24px
}
.contact .contact-list ul li .jsh p {
    position: relative;
    padding-left: 58px;
    margin-bottom: 12px
}
.contact .contact-list ul li .jsh p span {
    position: absolute;
    top: 0;
    left: 0
}
.contact .contact-list ul li:hover .box {
    background: #285bab
}
.contact .contact-list ul li:hover .box .bt {
    color: #fff
}
.contact .contact-list ul li:hover .box .jsh {
    color: #fff
}
.contact .contact-message {
    margin-top: 74px;
    background: #efefef;
    padding: 20px
}
.contact .contact-message ul {
    overflow: hidden;
    background: #fff;
    padding: 52px 117px 70px 117px
}
.contact .contact-message li {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    width: 50%;
    float: left;
    padding: 0 18px
}
.contact .contact-message li font {
    position: absolute;
    right: 5px;
    bottom: 12px;
    color: #f00;
    font-size: 12px
}
.contact .contact-message .li-02, .contact .contact-message .li-03 {
    width: 50%;
    float: left;
    clear: none
}
.contact .contact-message .li-02 {
    padding-right: 40px
}
.contact .contact-message .li-02 font {
    right: 45px
}
.contact .contact-message select {
    background: url("../image/arrow1.png") no-repeat center right;
    background: none \9;
    height: 55px;
    line-height: 55px
}
.contact .contact-message input {
    height: 55px;
    line-height: 55px
}
.contact .contact-message select, .contact .contact-message option, .contact .contact-message input, .contact .contact-message textarea {
    font-size: 15px;
    width: 100%;
    border: 0;
    border-bottom: 1px #e0e0e0 solid;
    color: #626262;
    vertical-align: top;
    padding: 0 5px
}
.contact .contact-message input:focus, .contact .contact-message textarea:focus {
    border-color: #285bab
}
.contact .contact-message select, .contact .contact-message option, .contact .contact-message input {
    line-height: 55px
}
.contact .contact-message select {
    background: none\9 \0;
    padding-right: 0 \9
}
.contact .contact-message select::-ms-expand {
    display: none
}
.contact .contact-message textarea {
    width: 100%;
    height: 94px;
    background: 0
}
.contact .contact-message .textarea {
    width: 100%
}
.contact .contact-message .btn {
    margin-top: 41px;
    text-align: center;
    width: 100%
}
.contact .contact-message .btn a {
    display: block;
    line-height: 47px;
    width: 264px;
    text-align: center;
    background: #285bab;
    border: 2px #285bab solid;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 auto
}

.case .case-list ul {
    margin-bottom: 35px;
}
.home-main .case-list{margin-top: 50px;}
.case .case-list ul li {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px
}
.case .con-right ul li {width: 33.333%;}
.case .case-list ul li .pic:after {
    padding-bottom: 71.7%
}
.case .case-list ul li .pic img {
    transition: .5s
}
.case .case-list ul li .hover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20% 30px 1% 30px;
    transition: .5s;
    background: rgba(40,91,171,0.8)
}
.case .case-list ul li .hover .bt {
    font-size: 22px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px
}
.case .case-list ul li .hover .jsh {
    font-size: 15px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.case .case-list ul li .hover .more {
    color: #fff;
    font-size: 15px;
    background: url("../image/more.png") no-repeat center right;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px
}
.case .case-list ul li .text {
    padding-top: 20px;
    position: relative;
}
.case .case-list ul li .text .bt {
    color: #333;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px
}
.case .case-list ul li .text .jsh {
    font-size: 15px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.product .product-list ul li {
    width: 33.33%;
    float: left;
    padding: 0 6px;
    margin-bottom: 10px
}
.product .product-list ul li .pic {
    border: solid 1px #f2f2f2;
}
.product .product-list ul li .pic img {
    transition: .5s;
}
.product .product-list ul li .pic .hover {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: -100%;
    transition: .5s
}
.product .product-list ul li .pic .hover .info {
    padding: 42px 46px;
    background: rgba(40,91,171,0.8);
    overflow: hidden;
    width: 100%
}
.product .product-list ul li .pic .hover .bt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.product .product-list ul li .pic .hover .jsh {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}
.product .product-list ul li .pic .hover .jsh p{color: #fff;display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.product .product-list ul li .pic .hover .more {
    font-size: 15px;
    margin-right: 10px;
    border-bottom: 1px solid #fff;
    line-height: 44px;
    transition: .5s;
    position: relative
}
.product .product-list ul li .pic .hover .more p {
    position: relative;
    z-index: 2;
    transition: .5s;
    color: #fff;
    background: url("../image/more.png") no-repeat center right
}
.product .product-list ul li .pic .hover .more:after {
    width: 0;
    transition: .3s;
    height: 44px;
    background: #fff;
    overflow: hidden;
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}
.con-left{width: 20%;float: left;}
.con-right{width: 76%;float: right;}
.xypg-left-box {
  margin-bottom: 20px;
}

.xypg-left-title {
  background: #285bab;
  padding: 10px 20px;
  position: relative;
}

.xypg-left-title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.xypg-left-title i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  font-weight: bold;
  opacity: .1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;display:none;
}

.xypg-left-title span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;

  margin-left: 10px;
  text-transform: capitalize;
}

.xypg-left-title span:before {
  content: "/";
  padding-right: 5px;
}

.xypg-left-con {
  border: 1px solid #d2d2d2;
  border-top: none;
}

/* 内页左侧导航栏样式 */
.xypg-left-nav {
  margin: 0 -1px;
}
.xypg-left-nav .on a{color: #285bab}
.xypg-left-nav .on .xypg-left-subnav{display: block;}

/*.xypg-left-nav .on .first-nav-btn{background-position: 0 -270px;}*/

.xypg-left-nav > li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
  border-bottom: none;
}

.xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(../image/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
  background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
  color: #285bab;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
  color: #285bab;
}

.xypg-left-nav .xypg-left-subnav {
  display: none;
  padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
  border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
  padding: 8px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 14px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
  color: #285bab;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
  color: #285bab;
}

.xypg-left-nav .xypg-left-threenav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
  content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
  color: #285bab;
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
  color: #285bab;
}

@media (max-width: 990px) {
  .xypg-left-nav .xypg-left-threenav {
    display: block;
  }
}

.xypg-pro-description {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 2em;
}

.xypg-product-list {
  margin: 0 -1.5%;
  font-size: 0;
}

.xypg-product-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 30.333%;
  margin: 0 1.5% 20px 1.5%;
  padding: 10px 10px 0 10px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-product-list li .img {
  display: block;
}

.xypg-product-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-product-list li:hover {
  border-color: #292e39;
}

.xypg-product-list .no-result {
  margin: 0 1.5%;
  font-size: 14px;
}

.xypg-case-list {
  margin: 0 -1%;
  font-size: 0;
}

.xypg-case-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 31.333%;
  margin: 0 1% 10px 1%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-case-list li .img {
  display: block;
}

.xypg-case-list li h3 a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .4em 0;
}
.xypg-case-list li h3 p{
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight:normal;
}

.xypg-case-list li:hover h3 a {
  color: #285bab;
}

.latest-news {
  padding: 10px 0;
}

.latest-news li {
  padding: .5em 1em;
  font-size: 14px;
}

.latest-news li a {
  display: block;
  line-height: 1.2;
  color: #5a5a5a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.latest-news li a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}

.latest-news li a:hover {
  color: #285bab;
}

.latest-news li a:hover:before {
  color: #285bab;
}

.hot-keys {
  padding: 20px 7px 8px 7px;
}

.hot-keys li {
  width: calc(50% - 14px);
  float: left;
  margin: 0 7px 14px 7px;
}

.hot-keys li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 2.857;
  border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
  color: #285bab;
  border-color: #285bab;
}

.page-wrap-contact {
  padding: 10px 0;
  font-size: 14px;
}

.page-wrap-contact h4 {
  padding: .3em 1.4em .8em 1.4em;
  font-size: 16px;
  color: #000000;
}

.page-wrap-contact p {
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
  padding: .8em 1.4em;
  color: #2f2f2f;
}

.page-message-img img {
  border: 1px solid #d2d2d2;
}

.page-wrap-right {
  overflow: hidden;
}
.page-wrap-right .xypg-right-content p img{max-width:100%; height:auto !important;width:auto !important}
.page-mob-tool {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.page-mob-tool li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.page-mob-tool li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #292e39;
  opacity: .7;
}

.page-mob-tool li i {
  display: block;
  width: 100%;
  height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
  background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
  background-position: -30px -60px;
}

@media (min-width: 992px) {
  .page-mob-tool {
    display: none;
  }
}

/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #292e39;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #292e39;
}

@media (max-width: 990px) {
  .xypg-news-list li .tit {
    border-bottom: none;
  }
  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }
}



.partner {
    padding-bottom: 0
}
.partner .partner-list {
    margin-top: 100px;
    padding-top: 76px;
    padding-bottom: 86px;
    background: #f4f4f4
}
.partner .partner-list ul {
    margin: 0 -6px
}
.partner .partner-list ul li {
    width: 33.333333333%;
    float: left;
    padding: 0 6px
}
.partner .partner-list ul li .one {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 11px;
    background: #fff
}
.partner .partner-list ul li .one img {
    transition: .5s
}
.partner .partner-list ul li .one:after {
    content: "";
    display: block;
    padding-bottom: 66.5%
}
.partner .partner-list ul li dl {
    margin: 0 -7px
}
.partner .partner-list ul li dl dd {
    width: 50%;
    float: left;
    padding: 0 7px;
    position: relative;
    overflow: hidden;
    margin-bottom: 11px
}
.partner .partner-list ul li dl dd .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff
}
.partner .partner-list ul li dl dd .box img {
    transition: .5s
}
.partner .partner-list ul li dl dd .box:after {
    content: "";
    display: block;
    padding-bottom: 41.9%
}
.about {
    padding-bottom: 0
}
.about .about01 {
    text-align: center;
    padding-bottom: 32px
}
.about .about01 .bt {
    font-size: 40px;
    color: #333;
    margin-bottom: 15px;
}
.about .about01 .jsh {
    font-size: 15px;
    color: #555;
    line-height: 30px
}
.about .about01 .jsh1 {
    font-size: 15px;
    color: #555;
    line-height: 30px;
    display: none
}
.about .youshi {
    overflow: hidden;
    font-size: 15px;
    color: #6c6c6c;
    margin: 52px auto 0 auto;
    position: relative
}
.about .youshi .list {
    overflow: hidden;
    font-size: 0;
    text-align: center
}
.about .youshi li {
    display: inline-block;
    text-align: center;
    padding: 0 40px 5px 40px;
    border-right: 1px solid #e5e5e5;
    position: relative;
}
.about .youshi li:last-child {
    border: 0
}
.about .youshi .num {
    line-height: 1;
    position: relative;
    display: block;
    color: #333
}
.about .youshi .num .counter {
    font-size: 60px;
    display: inline-block;
    vertical-align: top
}
.about .youshi .num .sub {
    font-size: 60px;
    color: #333;
    position: relative;
    display: inline-block;
    vertical-align: top
}
.about .youshi p {
    font-size: 14px;
    color: #636363
}
.about .about02 {
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-top: 80px;
    position: relative;
    z-index: 2
}
.about .about02 .info {
    padding: 59px 0 112px 0;
    background: url("../image/bg4.png") repeat center center
}
.about .about03 {
    height: 393px;
    margin-top: -58px;
    position: relative;
    z-index: 1
}
.about .about04 {
    font-size: 15px;
    color: #555;
    line-height: 30px;
    padding: 41px 0 71px 0
}
.about .about05 {
    background: #f3f3f3
}
.about .about05 ul {
    position: relative;
    overflow: hidden
}
.about .about05 ul:before {
    position: absolute;
    top: 40px;
    left: 0;
    content: '';
    display: block;
    background: url("../image/l.png") no-repeat center center;
    width: 69px;
    height: 46px
}
.about .about05 ul:after {
    position: absolute;
    bottom: 93px;
    right: 0;
    content: '';
    display: block;
    background: url("../image/r.png") no-repeat center center;
    width: 69px;
    height: 46px
}
.about .about05 ul li {
    width: 50%;
    float: left;
    padding: 102px 63px
}
.about .about05 ul li .bt {
    font-size: 30px;
    color: #555;
    margin-bottom: 8px
}
.about .about05 ul li .jsh {
    font-size: 15px;
    color: #555;
    line-height: 30px
}
.about .about05 ul .prev {
    border-right: 1px solid #e3e3e3
}
.history {
    padding-bottom: 0
}
.history .history-info {
    margin-top: 67px;
    padding-top: 79px;
    padding-bottom: 88px;
    background: #b31510
}
.history .history-info .info {
    margin: 0 -38px;
    position: relative;
    overflow: hidden;
    padding-bottom: 48px
}
.history .history-info .info:after {
    display: block;
    content: '';
    position: absolute;
    top: 23px;
    width: 100%;
    height: 1px;
    background: #ba403d;
    left: 0;
    z-index: 1
}
.history .history-info .info .slick-list {
    position: relative;
    z-index: 2
}
.history .history-info .slick-prev, .history .history-info .slick-next {
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    z-index: 6
}
.history .history-info .slick-prev:before, .history .history-info .slick-next:before {
    content: ''
}
.history .history-info .slick-prev {
    background: url("../image/left1.png") no-repeat center center;
    left: 50%;
    margin-left: -60px
}
.history .history-info .slick-prev:hover {
    background: #fff url("../image/left1h.png") no-repeat center center
}
.history .history-info .slick-next {
    background: url("../image/right1.png") no-repeat center center;
    right: 50%;
    margin-right: -60px
}
.history .history-info .slick-next:hover {
    background: #fff url("../image/right1h.png") no-repeat center center
}
.history .history-info .item {
    width: 25%;
    float: left;
    padding: 82px 38px;
    background: url("../image/dot.png") no-repeat 38px top;
    position: relative;
    z-index: 2
}
.history .history-info .item .text {
    margin-bottom: 71px
}
.history .history-info .item .text .bt {
    font-size: 60px;
    color: #fff;
}
.history .history-info .item .text .jsh {
    line-height: 24px;
    font-size: 15px;
    color: #fff
}
.history .history-info .item .pic {
    background: #fff
}
.history .history-info .item .pic:after {
    padding-bottom: 47%
}
.culture {
    padding-bottom: 0
}
.culture .culture-info {
    margin-top: 73px
}
.culture .fsbanner {
    position: relative;
    overflow: hidden;
    height: 702px;
    width: 100%;
    padding: 0 2.5%;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    background: url("../image/fsbanner.jpg") no-repeat top center;
    font-size: 0
}
.culture .fsbanner .pic {
    width: 80px;
    height: 80px;
    z-index: 1
}
.culture .fsbanner .pic i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../image/bg3.png") repeat center center;
    top: 0;
    position: absolute
}
.culture .fsbanner .list {
    font-size: 14px;
    width: 16.6666667%;
    float: left;
    height: 702px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 200ms cubic-bezier(0.645, 0.575, 0.09, 1);
    cursor: default;
    color: #fff;
    z-index: 2;
    padding: 128px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.15)
}
.culture .fsbanner .list .box {
    position: relative;
    overflow: hidden
}
.culture .fsbanner .list .proinfo {
    margin-top: 12px;
    overflow: hidden;
    z-index: 2;
    padding: 0 9px;
    width: 100%;
    font-size: 28px;
    color: #fff
}
.culture .fsbanner .list .proinfo .bt {
    margin-bottom: 5px;
    overflow: hidden
}
.culture .fsbanner .list .proinfo .jsh {
    line-height: 26px;
    font-size: 15px;
    color: #fff
}
.culture .fsbanner .other {
    width: 15.9%
}
.culture .fsbanner .active {
    width: 19.5%;
    background: url("../image/bg5.png") repeat center center
}
.recruitment-show .container {
    width: 1110px
}
.recruitment-show .jsh1 {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #9f9f9f;
    padding: 11px 0 8px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 18px
}
.recruitment-show .jsh1 span {
    display: inline-block;
    margin: 0 20px
}
.recruitment-show .r1 {
    padding-top: 51px;
    overflow: hidden;
    margin-bottom: 9px
}
.recruitment-show .r1 ul li {
    width: 16.66666667%;
    float: left;
    text-align: center;
    margin-bottom: 30px
}
.recruitment-show .r1 ul li .bt {
    width: 106px;
    height: 32px;
    border: 1px solid #dedede;
    text-align: center;
    font-size: 18px;
    color: #555;
    line-height: 30px;
    background: #f1f1f1;
    margin: 0 auto 10px auto
}
.recruitment-show .r1 ul li .jsh {
    font-size: 14px;
    color: #555
}
.recruitment-show .r2 ul li {
    float: left
}
.recruitment-show .r2 ul li table {
    line-height: 30px;
    margin-bottom: 25px
}
.recruitment-show .r2 ul li table td {
    border: 1px solid #dedede;
    padding: 0 10px;
    height: 31px
}
.recruitment-show .r2 ul li table .l1 {
    width: 27%
}
.recruitment-show .r2 ul li table .l2 {
    width: 14.5%
}
.recruitment-show .r2 ul li p {
    color: #285bab;
    margin-bottom: 20px
}
.recruitment-show .r2 .r21 {
    width: 24.4%;
    margin-right: 2.5%
}
.recruitment-show .r2 .r22 {
    width: 46%;
    margin-right: 2.5%
}
.recruitment-show .r2 .r23 {
    width: 24.4%
}
.product-show .product-top {
    padding-bottom: 90px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.product-show .product-top .pic {
    width: 40%;
    float: left;
    /*background-color: #eee;*/
}
.product-show .product-top .pic:after {
    padding-bottom: 0%
}
.product-show .product-top .text {
    width: 52%;
    float: right;
}
.product-show .product-top .text .bt {
    font-size: 32px;
    color: #333;
    margin-bottom: 8px
}
.product-show .product-top .text .jsh {
    font-size: 15px;
    color: #666;
    line-height: 31px;
    margin-bottom: 27px
}
.product-show .product-top table{margin-top: 10px;}
.product-show .product-top table tr td{border:1px solid #ddd;line-height: 40px;padding-left: 12px;}
.product-show .product-top .text .button a {
    display: block;
    width: 151px;
    height: 41px;
    line-height: 41px;
    font-size: 15px;
    color: #fff;
    padding-left: 34px;
    transition: .5s;
    background: url("../image/more5.png") no-repeat 100px center
}
.product-show .product-top .text .button .button1 {
    float: left;
    margin-right: 21px
}
.product-show .product-top .text .button .button1 a {
    background: #285bab url("../image/more5.png") no-repeat 100px center
}
.product-show .product-top .text .button .button1 a:hover {
    background: #9f140d url("../image/more5.png") no-repeat 100px center
}
.product-show .product-top .text .button .button2 {
    float: left
}
.product-show .product-top .text .button .button2 a {
    background: #1b1b1b url("../image/more5.png") no-repeat 100px center
}
.product-show .product-top .text .button .button2 a:hover {
    background: #285bab url("../image/more5.png") no-repeat 100px center
}
.product-show .product-bottom .pro-nav {
    background: #5f5f5f;
    overflow: hidden
}
.product-show .product-bottom .pro-nav ul li {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 62px;
    border-right: 1px solid #fff
}
.product-show .product-bottom .pro-nav ul li a {
    color: #fff;
    font-size: 18px;
    display: block
}
.product-show .product-bottom .pro-nav ul .sel {
    background: #285bab
}
.product-show .product-bottom .pro-show {
    padding-top: 90px
}
.product-show .product-bottom .pro-show .info {
    display: none
}
.product-show .product-bottom .pro-show .info .jishucanshu .one {
    font-size: 24px;
    color: #5f5f5f;
    font-weight: bold;
    text-align: center;
    background: #e8e8e8
}
.product-show .product-bottom .pro-show .info .jishucanshu td {
    line-height: 30px;
    padding: 5px 30px;
    border: 1px solid #d2d2d2
}
.product-show .product-bottom .pro-show .info .jobsub {
    line-height: 28px;
    padding: 36px 30px 38px 38px;
    font-size: 14px;
    color: #666;
    margin-bottom: 17px;
    background: #f9f9f9
}
.product-show .product-bottom .pro-show .info .jobsub .item {
    padding: 0 39px
}
.product-show .product-bottom .pro-show .info .jobsub .item .bt {
    line-height: 29px;
    height: 47px;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    padding: 8px 0
}
.product-show .product-bottom .pro-show .info .jobsub .item .bt h3 {
    float: left;
    width: 70%;
    font-size: 16px;
    color: #555;
    padding-left: 62px;
    background: url("../image/li.png") no-repeat 41px center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.product-show .product-bottom .pro-show .info .jobsub .item .bt span {
    display: block;
    float: right;
    width: 105px;
    color: #fff;
    font-size: 16px;
    background: #eb2324 url("../image/downh.png") no-repeat 65px center;
    padding-left: 20px;
    border-radius: 30px
}
.product-show .product-bottom .pro-show .info .jobsub .item:hover .bt span {
    background: #c60809 url("../image/downh.png") no-repeat 65px center
}
.top-ban{height: 500px; }
.video-popup {
    position: fixed;
    z-index: 999;
    width: 1142px;
    height: 702px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -351px 0 0 -571px;
    padding: 56px;
    display: none;
    text-align: center
}
.video-popup .box {
    height: 100%
}
.video-popup .close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../image/close-icon.png) no-repeat;
    z-index: 77
}
.video-popup .bt {
    font-size: 38px;
    color: #333;
    margin-bottom: 20px
}
.video-popup .jsh {
    color: #777;
    font-size: 15px;
    padding: 0 157px
}
.video-popup .contact-message ul {
    overflow: hidden;
    padding: 35px 43px
}
.video-popup .contact-message li {
    overflow: hidden;
    position: relative;
    margin-bottom: 21px;
    width: 33.33333333%;
    float: left;
    padding: 0 18px
}
.video-popup .contact-message li font {
    position: absolute;
    right: 5px;
    bottom: 12px;
    color: #f00;
    font-size: 12px
}
.video-popup .contact-message .li-02, .video-popup .contact-message .li-03 {
    width: 50%;
    float: left;
    clear: none
}
.video-popup .contact-message .li-02 {
    padding-right: 40px
}
.video-popup .contact-message .li-02 font {
    right: 45px
}
.video-popup .contact-message select {
    background: url("../image/arrow1.png") no-repeat center right;
    background: none \9;
    height: 55px;
    line-height: 55px
}
.video-popup .contact-message select, .video-popup .contact-message option, .video-popup .contact-message input, .video-popup .contact-message textarea {
    font-size: 15px;
    width: 100%;
    border: 0;
    border-bottom: 1px #e0e0e0 solid;
    padding: 10px 5px;
    color: #626262
}
.video-popup .contact-message input {
    height: 55px;
    line-height: 55px
}
.video-popup .contact-message input:focus, .video-popup .contact-message textarea:focus {
    border-color: #285bab
}
.video-popup .contact-message select, .video-popup .contact-message option, .video-popup .contact-message input {
    line-height: 35px
}
.video-popup .contact-message select {
    background: none\9 \0;
    padding-right: 0 \9
}
.video-popup .contact-message select::-ms-expand {
    display: none
}
.video-popup .contact-message textarea {
    width: 100%;
    height: 100px;
    background: 0
}
.video-popup .contact-message .textarea {
    width: 100%
}
.video-popup .contact-message .btn {
    margin-top: 36px;
    text-align: center;
    width: 100%
}
.video-popup .contact-message .btn a {
    display: block;
    line-height: 47px;
    width: 264px;
    text-align: center;
    background: #285bab;
    border: 2px #285bab solid;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 auto
}
input::-webkit-search-cancel-button {
    display: none
}
input::-ms-clear {
    display: none
}
.popup {
    position: fixed;
    z-index: 999;
    width: 600px;
    height: 530px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -265px 0 0 -300px;
    display: none
}
.popup .box {
    height: 100%
}
.popup .pic {
    z-index: 2
}
.popup .pic:after {
    padding-bottom: 71.7%
}
.popup .pic img {
    transition: .5s
}
.popup .text {
    padding: 20px
}
.popup .bt {
    font-size: 22px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px
}
.popup .jsh {
    font-size: 15px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.map {
    width: 90%;
    margin: 50px auto 0 auto
}
.map dl {
    border: #d6dbe1 solid 1px;
    border-top: #285bab solid 2px;
    border-bottom: 0;
    margin: 20px 0 20px 0
}
.map dl:hover {
    background: #f5f8fa
}
.map dl:hover dt a {
    color: #285bab
}
.map dt {
    background: #fcfcfc;
    color: #285bab;
    font-size: 16px;
    line-height: 40px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 0 0 20px
}
.map dt a {
    color: #333
}
.map dt a:hover {
    color: #285bab
}
.map dt img {
    margin-left: 20px
}
.map dd {
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px
}
.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both
}
.map dd .p2 a {
    color: #285bab;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.map dd .p2 a:hover {
    color: #764b00
}
.map dd div {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 20px 10px 10px
}
.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px
}
.map dd div a:hover {
    background: #285bab;
    color: #fff
}
.trycss div{-webkit-transform: translateZ(0) scale(1) !important;transition: all 2s ease-out !important;}
.trycss1 div{-webkit-transform: translateZ(0) scale(1.1);transition: all 0.1s ease-out;}
.site-advbg{height: 62vh; background-attachment: fixed;background-image: url(../image/advbg.jpg);background-size: cover;}
@media (max-height: 768px) {
    .banner-info .pic1 {
        font-size: 46px
    }
    .banner-info .pic1 .bt {
        font-size: 46px
    }
    .banner-info1 .pic1 {
        font-size: 46px;
        line-height: 60px
    }
    .banner-info1 .pic1 .bt {
        font-size: 46px
    }
}
@media (max-width: 1643px) {
    .header .logo {
        padding-left: 80px
    }
}
@media (max-width: 1600px) {
}
@media (max-width: 1558px) {
    .header .logo {
        padding-left: 50px
    }
}
@media (max-width: 1528px) {
    .header .logo {
        padding-left: 15px
    }
}
@media (max-width: 1493px) {
    .header .header-right .nav ul li {
        margin-left: 10px
    }
    .header .header-right .nav {
        margin-right: 40px
    }
}
@media (max-width: 1440px) {
    .header .header-right .header-search .pull-right {
        width: 140px
    }
    .header .header-right .header-search .pull-right a {
        width: 110px;
        float: right
    }
    .header .lan {
        padding-left: 25px
    }
    .home-news .case-header {
        left: 15px
    }
    .home-news1 .new1-bottom {
        padding: 0 15px
    }
    .home-news1 .new1-bottom ul {
        padding: 0;
        margin: 0 -11px
    }
    .banner-info .pic3 {
        right: 15px
    }
    .header .header-right .nav {
        margin-right: 20px
    }
    .product .product-list ul li .pic .hover .info {
        padding: 35px
    }
    .home-news .more {
        left: 15px
    }
}
@media (max-width: 1366px) {
    .culture .fsbanner .list {
        padding: 128px 20px
    }
    .responsibility .responsibility-list li .box .text .span {
        font-size: 95px
    }
    .contact .contact-list ul li .box {
        padding: 45px 20px
    }
    .video-popup {
        width: 992px;
        height: 580px;
        padding: 30px;
        margin: -290px 0 0 -496px
    }
}
@media (max-width: 1280px) {
    .header .header-right .nav ul li {
        margin-left: 5px
    }
    .product .product-list ul li .pic .hover .bt {
        font-size: 20px;
        margin-bottom: 10px
    }
    .case .case-list ul li .hover {
        padding-top: 12%
    }
    .home-news1 .new1-bottom ul {
        margin: 0 -7px
    }
    .home-news1 .new1-bottom ul li {
        padding: 0 7px
    }
}
@media (max-width: 1200px) {
    .header .header-right .nav ul li {
        font-size: 14px
    }
    .header .header-right .nav {
        margin-right: 30px
    }
    .header .lan {
        width: 150px;
        padding-left: 30px
    }
    .header .header-right {
        display: none
    }
    .phone-nav {
        display: block
    }
    .inmain1 {
        margin-top: 0
    }
}
@media (min-width: 1025px) {
    .news .news-list li
.news .news-list ul li:hover .pic img {
        transform: scale(1.05)
    }
    .news .news-list li
.news .news-list ul li:hover .text .info {
        box-shadow: 0 10px 10px 0 rgba(4, 0, 0, 0.1)
    }
    .news .news-list li
.news .news-list ul li:hover .text .more {
        background: #285bab url("../image/more1h.png") no-repeat center center;
        border: 1px solid #285bab
    }
    .partner .partner-list ul li .one:hover img {
        transform: scale(1.05)
    }
    .partner .partner-list ul li dl dd:hover .box img {
        transform: scale(1.05)
    }
    .product .product-list ul li .pic .hover .more:hover p {
        padding-left: 10px;
        color: #285bab;
        background: url("../image/moreh.png") no-repeat center right
    }
    .product .product-list ul li .pic .hover .more:hover:after {
        width: 100%
    }
    .product .product-list ul li:hover .pic img {
        transform: scale(1.05);
        opacity: 1
    }
    .product .product-list ul li:hover .pic .hover {
        bottom: 0
    }
    .case .case-list ul li:hover .pic img {
        transform: scale(1.05)
    }
    .case .case-list ul li:hover .hover {
        top: 0
    }
    .responsibility .responsibility-list li .box:hover {
        box-shadow: 0 8px 18px 0 rgba(197, 31, 23, 0.42)
    }
    .responsibility .responsibility-list li .box:hover .pic img {
        transform: scale(1.05)
    }
    .responsibility .responsibility-list li .box:hover .text {
        background: #285bab
    }
    .responsibility .responsibility-list li .box:hover .text .bt {
        color: #fff;
        font-weight: bold
    }
    .responsibility .resonsibility-list li .box:hover .text .jsh {
        color: #fff
    }
    .responsibility .responsibility-list li .box:hover .text .span {
        color: #c8352f
    }
    .online .message .btn a:hover {
        background: transparent;
        color: #285bab
    }
    .recruitment-list ul li:hover .box {
        border: 5px solid #285bab
    }
    .recruitment-list ul li:hover .box .pic img {
        transform: scale(1.05)
    }
    .recruitment-list ul li:hover .text .bt {
        color: #285bab
    }
    .responsibility .responsibility-list li:hover .box .text .jsh {
        color: #fff
    }
    .recruitment-list ul li:hover .text .more {
        color: #285bab;
        border-bottom: 1px solid #285bab;
        background: url("../image/more4h.png") no-repeat center right
    }
}
@media (max-width: 1024px) {
    .case .case-list ul li .hover {
        display: none
    }
    .product .product-list ul li .pic .hover {
        bottom: 0
    }
    .product .product-list ul li .pic .hover .jsh {
        display: none
    }
    .product .product-list ul li .pic .hover .more {
        display: none
    }
    .product .product-list ul li .pic .hover .info {
        padding: 10px
    }
    .product .product-list ul li .pic .hover .bt {
        margin-bottom: 0;
        font-size: 16px
    }
    .recruitment-show .container {
        width: 100%
    }
    .home-news .news-body {
        padding: 4px 150px 0 280px
    }
    .product-show .product-top .text {
        padding-top: 0
    }
    .current ul li a {
        padding: 0 15px
    }
    .home-news1 .new1-bottom ul li .text .info {
        padding: 21px 15px 34px 15px
    }
    .footer .footer-top .menu {
        width: 75%
    }
    .job dl .list_dt {
        font-size: 14px
    }
    .list-page-news {
        margin-top: 0
    }
    .news-show .nr {
        padding: 30px 0
    }
    .responsibility .responsibility-list li {
        width: 50%
    }
    .responsibility .responsibility-list li .box .text .span {
        display: none
    }
    .online .message .list {
        padding: 30px 50px
    }
    .recruitment-list ul {
        margin: 0 -25px
    }
    .recruitment-list ul li {
        padding: 0 25px
    }
    .recruitment-list ul li .text .jsh {
        font-size: 14px
    }
}
@media (max-width: 992px) {
    .home-news:after {
        width: 100%
    }
    .float {
        display: none
    }
    .contact .contact-list ul li {
        width: 100%;
        margin-bottom: 20px
    }
    .contact .contact-list ul li .box {
        min-height: 0
    }
    .contact .contact-message ul {
        padding: 30px
    }
    .product-show .product-top .pic {
        width: 100%;
        float: none
    }
    .product-show .product-top .text {
        width: 100%;
        padding-top: 10px
    }
}
@media (max-width: 768px) {
    .second-nav .jsh1 {
        display: block;
        padding: 0 15px;
        font-size: 14px
    }
    .hd ul li{width: 40%;}
    .second-nav .jsh {
        display: none
    }
    .product-show .product-bottom .pro-show .info .jobsub {
        padding: 20px
    }
    .product-show .product-bottom .pro-show .info .jobsub .item {
        padding: 0
    }
    .product-show .product-bottom .pro-show .info .jobsub .item .bt h3 {
        font-size: 14px;
        padding-left: 40px;
        background: url(../image/li.png) no-repeat 15px center
    }
    .product-show .product-bottom .pro-show .info .jobsub .item .bt span {
        font-size: 14px;
        background: #eb2324 url(../image/downh.png) no-repeat 40px center;
        width: 70px;
        padding-left: 10px
    }
    .case .case-list {
        margin-top: 30px
    }
    .footer .link span {
        left: 15px
    }
    .case .case-list ul li {
        width: 50%;
        margin-bottom: 20px
    }
    .case .case-list ul li .text {
        padding-top: 10px
    }
    .case .case-list ul li .text .bt {
        font-size: 16px;
        text-align: center;
    }
    .case .case-list ul li .text .jsh {
        font-size: 14px
    }
    .popup {
        position: fixed;
        z-index: 999;
        width: 310px;
        height: 323px;
        background: #fff;
        left: 50%;
        top: 50%;
        margin: -161px 0 0 -155px;
        display: none
    }
    .video-popup {
        width: 100%;
        height: 100%;
        padding: 10px 10px;
        margin: 0;
        left: 0;
        top: 0
    }
    .video-popup .jsh {
        padding: 0;
        font-size: 12px
    }
    .video-popup .bt {
        font-size: 20px;
        margin-bottom: 15px
    }
    .video-popup .contact-message ul {
        padding: 10px
    }
    .video-popup .contact-message .li-02, .video-popup .contact-message .li-03 {
        width: 100%
    }
    .video-popup .contact-message .li-02 {
        padding-right: 0
    }
    .video-popup .contact-message .btn a {
        width: 100%
    }
    .video-popup .contact-message li {
        width: 100%;
        margin-bottom: 0;
        padding: 0
    }
    .about .about01 .bt {
        font-size: 24px
    }
    .about .about01 .jsh {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .about .about01 .jsh1 {
        display: block;
        font-size: 14px
    }
    .video-popup .box {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    .recruitment-list ul li {
        width: 100%;
        margin-bottom: 20px
    }
    .recruitment-list {
        margin-top: 30px
    }
    .online .message .list {
        padding: 30px
    }
    .online .message {
        margin-top: 30px
    }
    .online .message .li-02, .online .message .li-03 {
        width: 100%;
        padding: 0
    }
    .online .message .li-02 font {
        right: 5px
    }
    .online .message .btn a {
        line-height: 40px;
        width: 150px;
        font-size: 14px
    }
    .online .message input, .online .message textarea {
        font-size: 13px
    }
    .online .message .btn {
        margin: 30px auto 0 auto
    }
    .responsibility .responsibility-list {
        margin-top: 30px;
        padding: 30px 0
    }
    .responsibility {
        padding-bottom: 0 !important
    }
    .news-show .title {
        font-size: 24px;
        margin-bottom: 15px
    }
    .news-show {
        padding-top: 30px
    }
    .list-page-news li p {
        font-size: 13px
    }
    .current ul li {
        margin-left: 0;
        width: 50%;
        text-align: center;
    }
    .current ul li a {
        font-size: 14px;
        padding: 0 15px
    }
    .news-show .info {
        font-size: 12px
    }
    .news-show .info .date, .news-show .info .author, .news-show .info .source {
        margin-right: 10px
    }
    .current {
        padding: 5px 0
    }
    .content {
        padding-top: 10px;
        min-height: 0;
        padding-bottom: 30px
    }
    .second-nav .bt {
        font-size: 24px
    }
    .second-nav .jsh {
        font-size: 14px
    }
    .job dl dt {
        padding-left: 10px
    }
    .job dl dt .name {
        width: 22%
    }
    .job dl .list0 span {
        font-size: 14px
    }
    .job dl dt .bumen {
        width: 14%;
        margin-right: 2%
    }
    .job .jobsub {
        font-size: 12px !important
    }
    .job .jobsub .bt {
        font-size: 15px !important;
        text-align: left
    }
    .job .jobsub {
        width: 100%;
        padding: 25px
    }
    .job dl .list_dt {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        background: 0;
        border-bottom: 1px solid #ddd
    }
    .job dl .list0 {
        background: #f1f1f1
    }
    .job .list_dt .more {
        height: 60px
    }
    .job dl {
        padding-bottom: 30px;
        margin-top: 30px
    }
    .float {
        display: none
    }
    .home-about .youshi li {
        padding: 0 35px 15px 35px
    }
    .about .youshi li {
        padding: 0 35px 15px 35px
    }
    .home-partner .case-body ul li {
        width: 50%
    }
    .home-news1 .new1-bottom ul li {
        width: 50%
    }
    .news .news-list li
.news .news-list ul li {
        width: 100%
    }
    .home-about .home-title {
        font-size: 24px
    }
    .home-partner .case-header h3 {
        font-size: 24px
    }
    .home-news .case-header h3 {
        font-size: 24px
    }
    .home-news1 .home-title {
        font-size: 24px
    }
    .home-news:after {
        width: 100%
    }
    .footer .footer-top {
        padding: 0
    }
    .contact {
        background: url(../image/contact.png) no-repeat center 95px
    }
    .contact .contact-info {
        width: 100%;
        margin: 30px auto;
        padding: 20px
    }
    .contact .contact-info .bt {
        position: relative;
        top: auto;
        left: auto;
        font-size: 20px;
        line-height: 30px
    }
    .contact .contact-info .jsh span {
        font-size: 30px
    }
    .contact .contact-info .jsh .span {
        line-height: 36px
    }
    .contact .contact-info .jsh {
        padding-left: 0;
        font-size: 14px
    }
    .contact .contact-info .jsh:before {
        display: none
    }
    .contact .contact-list ul li .bt {
        font-size: 18px;
        margin-bottom: 10px
    }
    .contact .contact-list ul li .jsh {
        font-size: 14px
    }
    .contact .contact-list ul li .jsh p {
        margin-bottom: 0;
        padding-left: 50px
    }
    .contact .contact-list {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .contact .contact-message {
        margin-top: 30px
    }
    .contact .contact-message .li-02 {
        padding-right: 0
    }
    .contact .contact-message .li-02, .contact .contact-message .li-03 {
        width: 100%
    }
    .contact .contact-message li {
        width: 100%;
        padding: 0
    }
    .contact .contact-list ul li .box {
        padding: 20px
    }
    .footer .footer-top .menu {
        width: 100%;
        padding-top: 9px
    }
    .map {
        width: 100%
    }
    .footer .footer-top .footer-contact {
        width: 100%;
        text-align: left;
        background: 0;
        line-height: 40px
    }
    .footer .footer-top .footer-contact {
        padding: 0;
        border-bottom: 1px solid #434548
    }
    .footer .footer-top .footer-contact .p-01 {
        font-size: 14px;
        float: left
    }
    .footer .footer-top .footer-contact .span-01 {
        display: none
    }
    .footer .footer-top .footer-contact .tel {
        font-size: 15px;
        float: left;
        line-height: 40px;
        padding-left: 10px;
        margin-bottom: 0
    }
    .footer .footer-top .footer-contact .p-02 {
        display: none
    }
    .footer .link {
        line-height: 40px
    }
    .footer .link p {
        float: none;
        overflow: hidden
    }
    .footer .link .share {
        float: none;
        margin-left: 0
    }
    .share .bdshare-button-style0-16 a {
        margin-left: 0;
        margin-right: 20px
    }
    .footer .copyright .container {
        font-size: 12px;
        padding: 10px 0;
        padding-bottom: 60px;
    }
    .footer .footer-top .menu li {
        width: 100%;
        border-bottom: 1px solid #434548;
        line-height: 40px
    }
    .footer .footer-top .menu a {
        font-size: 13px;
        display: none
    }
    .footer .footer-top .menu a.bt {
        font-size: 14px;
        margin-bottom: 0;
        display: block
    }
    .home-news1 {
        padding: 30px 0
    }
    .home-news {
        padding: 30px 0
    }
    .home-partner {
        padding: 30px 0;
        margin-bottom: 30px
    }
    .home-partner:after {
        right: -310px
    }
    .home-news .news-body {
        padding: 0
    }
    .home-news .case-header {
        left: auto;
        top: auto;
        position: relative
    }
    .home-news .case-header:before {
        top: -30px
    }
    .home-partner .case-header:before {
        top: -30px
    }
    .home-about {
        padding: 30px 0 10px 0
    }
    .home-about .youshi .num .counter {
        font-size: 36px
    }
    .home-about .youshi .num .sub {
        font-size: 36px
    }
    .about .youshi .num .counter {
        font-size: 36px
    }
    .about .youshi .num .sub {
        font-size: 36px
    }
    .home-product {
        padding-bottom: 30px
    }
    .home-partner .case-header {
        margin-bottom: 20px
    }
    .home-partner .more {
        margin: 0
    }
    .home-about .youshi {
        margin-top: 20px
    }
    .about .about01 {
        padding-bottom: 10px
    }
    .about .youshi {
        margin-top: 20px
    }
    .about .about02 {
        margin-top: 30px;
        font-size: 14px
    }
    .about .about02 .info {
        padding: 20px
    }
    .about .about04 {
        padding: 20px 0;
        font-size: 14px
    }
    .about .about05 ul .prev {
        border-right: 0;
        border-bottom: 1px solid #e3e3e3
    }
    .about .about05 ul:before {
        top: 0;
        background-size: 30px;
        width: 30px
    }
    .about .about05 ul:after {
        bottom: 0;
        background-size: 30px;
        width: 30px
    }
    .about {
        padding-bottom: 0
    }
    .about .about05 ul li {
        width: 100%;
        padding: 20px 40px
    }
    .about .about05 ul li .bt {
        font-size: 20px;
        margin-bottom: 0
    }
    .about .about05 ul li .jsh {
        font-size: 14px
    }
    .history .history-info {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .history {
        padding-bottom: 0
    }
    .history .history-info .info {
        margin: 0 -15px;
        padding-bottom: 30px
    }
    .history .history-info .item .text {
        margin-bottom: 20px
    }
    .history .history-info .item .text .bt {
        font-size: 32px
    }
    .history .history-info .item .text .jsh {
        font-size: 14px
    }
    .history .history-info .item {
        padding: 49px 15px
    }
    .culture .fsbanner .list {
        width: 100%;
        height: auto;
        padding: 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15)
    }
    .culture .fsbanner .pic {
        width: 40px;
        height: 40px
    }
    .case .case-list ul {
        margin-bottom: 10px
    }
    .news .news-list {
        margin-bottom: 10px
    }
    .product .product-list ul {
        margin-bottom: 20px
    }
    .product .product-list ul li .pic .hover .bt {
        font-size: 14px
    }
    .product-show .product-top .text .button a {
        width: 131px;
        padding-left: 25px
    }
    .culture .fsbanner .list .proinfo {
        padding-left: 0;
        margin-top: 5px
    }
    .culture .fsbanner .list .proinfo {
        font-size: 18px;
        font-weight: bold
    }
    .culture .fsbanner .list .proinfo .jsh {
        font-size: 14px;
        font-weight: normal
    }
    .culture .culture-info {
        margin-top: 30px
    }
    .culture {
        padding-bottom: 0
    }
    .culture .fsbanner {
        background-size: cover;
        height: auto
    }
    .product .product-list ul li {
        width: 50%
    }
    .second-current ul {
        float: left;
        padding-right: 0
    }
    .second-current ul li a {
        padding: 0 5px;
        font-size: 13px;
        line-height: 30px
    }
    .product-show .product-top {
        padding-bottom: 30px
    }
    .product-show .product-top .text .bt {
        font-size: 24px
    }
    .product-show .product-top .text .jsh {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 25px
    }
    .product-show .product-bottom .pro-nav ul li a {
        font-size: 12px
    }
    .product-show .product-bottom .pro-nav ul li {
        line-height: 45px
    }
    .product-show .product-bottom .pro-show {
        padding-top: 30px
    }
    .home-product .item .hover .more p {
        background: url("../image/jiantou1.png") no-repeat center right;
        background-size: 12px
    }
    .home-product .item .hover .more:hover p {
        padding-left: 0;
        color: #fff;
        background: url("../image/jiantou1.png") no-repeat center right;
        background-size: 12px
    }
    .home-product .item .hover .more:hover:after {
        width: 0
    }
    .home-product .item:hover .pic img {
        transform: scale(1)
    }
    .partner {
        padding-bottom: 0
    }
    .partner .partner-list ul li {
        width: 100%
    }
    .partner .partner-list {
        padding: 30px 0;
        margin-top: 30px
    }
    .home-news .more {
        position: relative;
        top: auto;
        left: auto;
        float: right;
        width: 50%;
        margin-top: 21px
    }
    .home-news .case-header {
        margin-bottom: 20px
    }
    .home-partner:after {
        right: auto;
        left: 50%
    }
    .home-news1 .new1-bottom {
        margin-top: 20px
    }
    .home-news1 .new1-bottom ul li:hover .pic img {
        transform: scale(1)
    }
    .home-news1 .new1-bottom ul li:hover .text .info {
        box-shadow: none
    }
    .home-news1 .new1-bottom ul li .text .more {
        background: url("../image/jiantou3.png") no-repeat center center;
        border: 1px solid #e0e0e0;
        background-size: 12px
    }
    .home-news1 .new1-bottom ul li:hover .text .more {
        background: url("../image/jiantou3.png") no-repeat center center;
        border: 1px solid #e0e0e0;
        background-size: 12px
    }
    .news .news-list li
.news .news-list ul li .text .more {
        background: url("../image/jiantou3.png") no-repeat center center;
        border: 1px solid #e0e0e0;
        background-size: 12px
    }
    .news .news-list li
.news .news-list ul li:hover .text .more {
        background: url("../image/jiantou3.png") no-repeat center center;
        border: 1px solid #e0e0e0;
        background-size: 12px
    }
    .home-news .more a {
        background: url("../image/jiantou2.png") no-repeat center right;
        background-size: 12px
    }
    .home-news .more a:hover span {
        background: url("../image/jiantou2.png") no-repeat center right;
        background-size: 12px
    }
    .home-news1 .bottom .more a {
        background: url("../image/jiantou2.png") no-repeat center right;
        background-size: 12px
    }
    .home-news1 .bottom .more a:hover span {
        background: url("../image/jiantou2.png") no-repeat center right;
        background-size: 12px
    }
    .home-news1 .new1-bottom ul {
        margin: 0 -5px
    }
    .history .history-info .slick-prev {
        background: url("../image/jiantou5.png") no-repeat center center;
        background-size: 12px
    }
    .history .history-info .slick-prev:hover {
        background: url("../image/jiantou5.png") no-repeat center center;
        background-size: 12px
    }
    .history .history-info .slick-next {
        background: url("../image/jiantou4.png") no-repeat center center;
        background-size: 12px
    }
    .history .history-info .slick-next:hover {
        background: url("../image/jiantou4.png") no-repeat center center;
        background-size: 12px
    }
    .home-news1 .new1-bottom ul li {
        padding: 0 5px
    }
    .product-show .product-top .text .button .button1 a {
        background: #285bab url("../image/jiantou1.png") no-repeat 100px center;
        background-size: 12px
    }
    .product-show .product-top .text .button .button2 a {
        background: #1b1b1b url("../image/jiantou1.png") no-repeat 100px center;
        background-size: 12px
    }
    .product-show .product-top .text .button .button1 a:hover {
        background: #285bab url("../image/jiantou1.png") no-repeat 100px center;
        background-size: 12px
    }
    .product-show .product-top .text .button .button2 a:hover {
        background: #1b1b1b url("../image/jiantou1.png") no-repeat 100px center;
        background-size: 12px
    }
    .home-news1 .new1-bottom ul li .text .info {
        padding: 10px 0
    }
    .home-news1 .new1-bottom ul li .text .date {
        font-size: 13px;
        margin-bottom: 5px
    }
    .home-news1 .new1-bottom ul li .text .bt {
        font-size: 15px;
        margin-bottom: 5px
    }
    .home-news1 .new1-bottom ul li .text .jsh {
        font-size: 12px
    }
    .home-news1 .new1-bottom ul li .text {
        margin-top: 0;
        padding: 0 0 10px 0
    }
    .home-news1 .new1-bottom ul li .text .more {
        width: 30px;
        height: 30px;
        background-size: 8px
    }
    .home-news .more a:hover:after {
        left: -100%
    }
    .home-news .more a:hover span {
        border-bottom: 1px solid #2f2f2f;
        color: #2f2f2f;
        padding: 0
    }
    .news .news-list {
        margin: 30px 5px 10px 5px
    }
    .news .news-list li
.news .news-list ul li {
        padding: 0 5px;
        margin-bottom: 0
    }
    
    .news .news-list li
.news .news-list ul li .text .date {
        font-size: 13px;
        margin-bottom: 5px
    }
    .news .news-list li
.news .news-list ul li .text .bt {
        font-size: 15px;
        margin-bottom: 5px
    }
    .news .news-list li
.news .news-list ul li .text .jsh {
        font-size: 12px
    }
    .news .news-list li
.news .news-list ul li .text {
        margin-top: 0;
        padding: 0 0 10px 0
    }
    .news .news-list li
.news .news-list ul li .text .more {
        width: 30px;
        height: 30px;
        background-size: 8px
    }
    .home-partner .more a:hover:after {
        left: -100%
    }
    .home-partner .more a:hover span {
        border-bottom: 1px solid #fff;
        color: #fff;
        padding: 0;
        background: url(../image/more.png) no-repeat center right
    }
    .home-news1 .bottom .more a:hover:after {
        left: -100%
    }
    .home-news1 .bottom .more a:hover span {
        color: #7e7e7e;
        padding: 0;
        background: url(../image/moreh.png) no-repeat center right
    }
    .product .product-list {
        margin-top: 30px
    }
    .recruitment-show .jsh1 {
        font-size: 12px
    }
    .recruitment-show .jsh1 span {
        margin: 0 5px
    }
    .recruitment-show .r1 {
        padding-top: 30px
    }
    .recruitment-show .r2 .r22, .recruitment-show .r2 .r21, .recruitment-show .r2 .r23 {
        width: 100%
    }
    .inbanner .inbanner-slick-phone {
        display: block
    }
    .home-product .slick-prev {
        background: #285bab url("../image/jiantou5.png") no-repeat center center !important;
        background-size: 12px !important
    }
    .home-product .slick-prev:hover {
        background: #285bab url("../image/jiantou5.png") no-repeat center center !important;
        background-size: 12px !important
    }
    .home-product .slick-next {
        background: #285bab url("../image/jiantou4.png") no-repeat center center !important;
        background-size: 12px !important
    }
    .home-product .slick-next:hover {
        background: #285bab url("../image/jiantou4.png") no-repeat center center !important;
        background-size: 12px !important
    }
    .home-partner .more a {
        background: url(../image/jiantou1.png) no-repeat center right;
        background-size: 12px
    }
    .home-partner .more a:hover span {
        background: url(../image/jiantou1.png) no-repeat center right;
        background-size: 12px
    }
}
@media (max-width: 520px) {
    .product-show .product-bottom .pro-nav ul li {
        border-right: 0
    }
    .recruitment-show .r1 ul li {
        width: 50%
    }
    .responsibility .responsibility-list li {
        width: 100%
    }
    .responsibility .responsibility-list li .box .text {
        padding: 20px;
        height: auto
    }
    .responsibility .responsibility-list li .box .text .bt {
        font-size: 18px
    }
    .responsibility .responsibility-list li .box .text .jsh {
        font-size: 14px;
        height: auto;
        margin-bottom: 10px
    }
    .list-page-news li {
        text-align: left
    }
    .list-page-news .prev {
        border-right: 0;
        border-bottom: 1px solid #e7e7e7
    }
    .news-show .nr {
        font-size: 14px
    }
    .news-show .left .title {
        font-size: 20px
    }
    .list-page-news li {
        width: 100%
    }
    .job dl dt .fabu {
        display: none
    }
    .job dl dt .time {
        width: 15%;
        margin-right: 3%
    }
    .job dl dt .name {
        width: 30%
    }
    .job dl dt span {
        width: 17%
    }
    .home-about .youshi {
        margin-top: 10px
    }
    .home-about .youshi li {
        width: 50%;
        border-right: 0;
        margin-top: 10px;
        padding: 0 5px 15px 5px
    }
    .about .youshi li {
        width: 50%;
        border-right: 0;
        margin-top: 10px;
        padding: 0 15px 15px 15px
    }
    .home-product .slick-prev{
        margin-left:-45px;
    }
    .home-product .slick-next{
        margin-right:-45px;
    }
    .home-product .slick-next, .home-product .slick-prev {
        width: 40px;
        height: 40px
    }
    .home-product .item {
        padding: 0 15px
    }
    .home-product .item .hover .info {
        padding:0 20px
    }
    .home-product .item .hover .bt {
        font-size: 16px;
        margin-bottom: 10px;
        height: 24px;
        overflow: hidden
    }
    .home-product .item .hover .jsh {
        margin-bottom: 10px;
        font-size: 12px
    }
    .home-product .item .hover .more {
        font-size: 12px;
        line-height: 24px;
        height: 24px
    }
    .home-partner .case-body ul {
        margin: 0 -5px
    }
    .home-partner .case-body ul li {
        padding: 0 5px;
        margin-bottom: 10px
    }
    .home-partner .more a span {
        line-height: 40px;
        font-size: 12px
    }
    .home-news .news-body ul li span {
        font-size: 12px
    }
    .home-news .news-body ul li a {
        padding-left: 75px;
        font-size: 14px
    }
    .home-news .news-body ul li {
        line-height: 50px
    }
    .home-news .more {
        margin-top: 10px
    }
    .home-news .more a span {
        line-height: 40px;
        font-size: 12px
    }
    .home-news1 .bottom .more a span {
        line-height: 40px;
        font-size: 12px
    }
    .recruitment-list ul li .box .pic {
        width: 130px;
        height: 95px
    }
    .recruitment-list ul li .box {
        width: 134px;
        border: 2px solid #9d9d9d
    }
    .recruitment-list ul li .text {
        padding-left: 144px;
        padding-top: 0;
        height: auto
    }
    .recruitment-list ul li .text .bt {
        font-size: 15px
    }
    .recruitment-list ul li .text .jsh {
        font-size: 12px;
        height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all
    }
    .recruitment-list ul li .text .more {
        display: none
    }
}
@media (max-width: 414px) {
    .job dl dt .address {
        display: none
    }
    .job dl dt .name {
        width: 45%
    }
    .job dl dt .people {
        display: none
    }
    .job .list_dt .more {
        display: none
    }
    .job dl dt .bumen {
        width: 23%
    }
    .job dl dt .name {
        width: 50%
    }
}
@media (max-width: 360px) {
    .current ul li a {
        padding: 0 7px
    }
}
.hd{margin-bottom: 20px;}
.hd ul{text-align: center;margin-top:20px;}
.hd ul li {
    display: inline-block;
    width: 15%;
    max-width: 210px;
    background-color: #eae8e8;
    transition: all .5s ease;
    margin:0 0.3%;
}
 .hd ul li:hover, .hd ul li.on {
    background: #285bab;
    transition: all .5s ease;
}
.hd ul li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #3e3e3e;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.hd ul li:hover a,.hd ul li.on a {
    color: #fff;
    transition: all .5s ease;
}
.row-ind3{position:relative;height:752px;overflow:hidden;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover}
.row-ind3>.wp{height:100%;overflow:hidden;position:relative}
.text-w1{color:#fff;max-width:500px;margin-top:96px;position: relative; z-index: 2}
.tit-ind3{margin-bottom:41px}
.tit-ind3 .tit{font-size:40px;font-weight:400;margin-bottom:3px}
.tit-ind3 .sub{font-size:20px}
.text-w1 .desc{font-size:22px;line-height:42px}
.service-list{position:absolute;width:96%;top:19%;bottom:0;font-size:16px;color:#fff;line-height:36px;z-index: 2;}
.service-list li{position:absolute}
.service-list a{display:block;white-space:nowrap;color: #fff}
.service-list .icon{position:relative;float:left;margin-right:19px;width:36px;height:36px;color: #fff}
.service-list .icon img{display:block;width:100%;height:100%;position:relative;z-index:1}
.service-list .icon:after,.service-list .icon:before{content:'';position:absolute;top:50%;left:50%;z-index:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #14f9e6;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.service-list .icon:before{animation:servicelogo1 2s linear infinite}
.service-list .icon:after{animation:servicelogo2 2s linear infinite}
@keyframes servicelogo1{
0%{width:0;height:0}
50%{width:38px;height:38px;opacity:1}
100%{width:54px;height:54px;opacity:0}
}
@keyframes servicelogo2{
0%{width:0;height:0}
50%{width:30px;height:30px;opacity:1}
100%{width:44px;height:44px;opacity:0}
}
.contact-top{height: 600px;}
.service-list .li1{right:0}
.service-list .li2{right:11.75%;top:7.2%}
.service-list .li3{right:22.72%;top:10.9%}
.service-list .li4{right:35.4%;top:12%}
.service-list .li5{right:46.2%;top:18.6%}
.service-list .li6{right:54.2%;top:36%}
.service-list .li7{right:59.3%;top:52%}
.service-list .li8{right:71.2%;top:59.6%}
.service-list .li9{right:82%;top:66.8%}
.service-list .li10{right:90%;top:84.2%}
.youshiwp{position: relative;height: 100%; overflow: hidden;}
.bolang_box {
    height: 500px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
@media only screen and (max-width: 1440px){
    .row-ind3 {
    height: 560px;
}
}
@media only screen and (max-width: 1023px){
.row-ind3 {
    height: auto;
    padding: 35px 0;
}
.row-ind3 .tit{font-size: 28px;}
.text-w1 {
    margin: 0 0 20px;
    width: auto;
    max-width: none;
}
.tit-ind3 {
    margin-bottom: 20px;
}
.text-w1 .desc {
    font-size: 14px;
    line-height: 2;
}
.service-list {
    position: static;font-size: 16px;
}
.service-list li {
    position: static;
    float: left;
    width: 20%;
    padding: 10px 0;
}
.con-left{display: none;}
.con-right{width: 100%;}
}
@media (max-width: 768px) {
    .hd ul li{width: 40%;}
    .site-advbg{ background-attachment: unset;background-position: center;background-size: cover;height: 260px;}
    .header .logo{padding-left: 0;padding-top: 10px;}
    .service-list li {width: 50%;}
    .row-ind3 .tit{font-size: 20px;}
    .home-about .jsh{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}
    .container-left{width: 100%;}
    .container-right{display: none;}
    .container-left{font-size: 14px;}
    .list-page-news li:first-child p{border-right: 0;border-bottom: 1px solid #ddd;}
    .inmain1 .current{display: none;}
    .current{display: none;}
    .inbanner .box p{font-size: 24px;}
    .inbanner .box span{font-size: 16px;}
    .inbanner .txt p{font-size: 16px;}
    .inbanner .box{padding-top: 40px;}
    .top-ban{height: unset;background:100% 100%;background-size:cover;}
    .inbanner .txt{padding-bottom: 40px;background-image: unset;padding-left: 0;}
    .page li{height: 40px;line-height: 40px;padding:0 10px;}
    .news .news-list li
.news .news-list ul li .text .info{padding:20px;}
    .news-show .title{font-size: 20px;font-weight: bold;}
    .inbanner .inbanner-slick img{height: 200px;}
    .header .logo a:after{width: 270px;height: 40px;}
    .header .logo a img{max-width: 80%;}
    .header .logo a{display: inline-block;max-width: 85%}
    .hd ul li{margin-bottom: 2%;}
    .hd ul li a{min-height: 40px;line-height: 40px}
    .home-about .youshi li:after{content:'';position:absolute;width: 40px;height: 3px;margin-left:-20px;bottom: 4px;background-color: #285bab;}
    .about .youshi li:after{content:'';position:absolute;width: 40px;height: 3px;margin-left:-20px;bottom: 4px;background-color: #285bab;}
    .inbanner .tel_swt{width: 100%;padding-left: 0;}
    .inbanner .tel_swt p span{font-size: 20px;margin-bottom: 6px;}
    .inbanner .tel_swt .telbtn{margin-right: 0;background-size:14%;font-size: 18px;}
    .inbanner .tel_swt p{padding:10px 0 10px 60px;display: block;width: 100%;}
    .inbanner .tel_swt .swtbtn{margin-right: 0;background-size:14%;font-size: 18px;}
    .inbanner .box .address{font-size: 16px;margin-top:20px;}
    .contact-top{height: 350px;}
    .about .about03{margin-top: -340px;}
    .about .about05 ul li .bt{font-size: 24px!important;}
    .about .about05 ul li .jsh{font-size: 16px!important;}
    .mm-slideout{margin-top: 50px;}
    .header{border-bottom: 1px solid #ddd;}
    .contact .contact-message li{margin-bottom: 0}
    #container{    position: fixed;width: 100%;
    background: #fff;
    top: 0;
    z-index: 100;}
    .footer ol .logo{display: none;}
    .footer figure{display: none}
    .footer .footer-top .menu li{padding-left: 0;padding-right: 0;border-right: 0;}
    .footer-contact{display: none}
    .news .news-list ul li{width: 100%}
}
